]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use RUN_TEST and fix installed krb5.conf uses
authorGreg Hudson <ghudson@mit.edu>
Sun, 4 Oct 2015 18:45:29 +0000 (14:45 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 23 Oct 2015 15:36:22 +0000 (11:36 -0400)
commit4eea9c287e43ab40936e25094cd093f2f3f32bd9
tree87ec5e00dbdb9bbc58c3cae2b512cfc50075e754
parent45c6e285be8042ffccdab13b5f78cd5ada8e7973
Use RUN_TEST and fix installed krb5.conf uses

Use $(RUN_TEST) to run most C test programs, for simplicity and to fix
accidental uses of the installed krb5.conf.  Where a particular
krb5.conf must be used instead of the one in src/config-files, use a
locally defined variant like RUN_TEST_LOCAL_CONF.

Accidental references to the installed krb5.conf were present when
running t_pac, t_princ, t_etypes, t_trace, t_attr, t_attrset,
t_packet, t_remote, t_client, pkinit_kdf_test, test_chpw_message,
text_cxx_krb5, and test_cxx_k5int.

Based on a patch from Robbie Harwood.

ticket: 8266
target_version: 1.14
tags: pullup
22 files changed:
src/kdc/Makefile.in
src/lib/crypto/builtin/des/Makefile.in
src/lib/crypto/builtin/sha1/Makefile.in
src/lib/crypto/builtin/sha2/Makefile.in
src/lib/crypto/crypto_tests/Makefile.in
src/lib/crypto/krb/Makefile.in
src/lib/gssapi/generic/Makefile.in
src/lib/kdb/Makefile.in
src/lib/krad/Makefile.in
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/keytab/Makefile.in
src/lib/krb5/krb/Makefile.in
src/lib/krb5/os/Makefile.in
src/plugins/preauth/pkinit/Makefile.in
src/tests/asn.1/Makefile.in
src/tests/gssapi/Makefile.in
src/tests/misc/Makefile.in
src/tests/resolve/Makefile.in
src/tests/shlib/Makefile.in
src/tests/threads/Makefile.in
src/util/et/Makefile.in
src/util/profile/Makefile.in