aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/preauth/pkinit/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2015-10-04 14:45:29 -0400
committerGreg Hudson <ghudson@mit.edu>2015-10-23 11:36:22 -0400
commit4eea9c287e43ab40936e25094cd093f2f3f32bd9 (patch)
tree87ec5e00dbdb9bbc58c3cae2b512cfc50075e754 /src/plugins/preauth/pkinit/Makefile.in
parent45c6e285be8042ffccdab13b5f78cd5ada8e7973 (diff)
downloadkrb5-4eea9c287e43ab40936e25094cd093f2f3f32bd9.zip
krb5-4eea9c287e43ab40936e25094cd093f2f3f32bd9.tar.gz
krb5-4eea9c287e43ab40936e25094cd093f2f3f32bd9.tar.bz2
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
Diffstat (limited to 'src/plugins/preauth/pkinit/Makefile.in')
-rw-r--r--src/plugins/preauth/pkinit/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/preauth/pkinit/Makefile.in b/src/plugins/preauth/pkinit/Makefile.in
index 32d010f..2c24a99 100644
--- a/src/plugins/preauth/pkinit/Makefile.in
+++ b/src/plugins/preauth/pkinit/Makefile.in
@@ -45,7 +45,7 @@ clean::
$(RM) pkinit_kdf_test pkinit_kdf_test.o
check-unix:: pkinit_kdf_test
- $(RUN_SETUP) $(VALGRIND) ./pkinit_kdf_test
+ $(RUN_TEST) ./pkinit_kdf_test
pkinit_kdf_test: pkinit_kdf_test.o $(STLIBOBJS) $(SHLIB_EXPDEPS)
$(CC_LINK) -o $@ pkinit_kdf_test.o $(STLIBOBJS) $(SHLIB_EXPLIBS)