summaryrefslogtreecommitdiffstats
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2013-07-15 13:30:00 -0400
committerGreg Hudson <ghudson@mit.edu>2013-07-17 14:57:12 -0400
commite87b20116528dd68299c7cb4783ba68bfe12a5f0 (patch)
treeeff41a9ec583ef2cba346ffd345a055df3a02bc7 /src/tests/Makefile.in
parentce02b69e27bcfa21bcab2ed195dfdbaa8040d773 (diff)
downloadkrb5-e87b20116528dd68299c7cb4783ba68bfe12a5f0.tar.gz
krb5-e87b20116528dd68299c7cb4783ba68bfe12a5f0.tar.xz
krb5-e87b20116528dd68299c7cb4783ba68bfe12a5f0.zip
Add a helper for testing PKINIT and responder cb
ticket: 7680
Diffstat (limited to 'src/tests/Makefile.in')
-rw-r--r--src/tests/Makefile.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index 3c61b18abe..204941bdc9 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -5,8 +5,10 @@ SUBDIRS = resolve asn.1 create hammer verify gssapi dejagnu shlib \
RUN_SETUP = @KRB5_RUN_ENV@ KRB5_KDC_PROFILE=kdc.conf KRB5_CONFIG=krb5.conf
-OBJS= gcred.o hist.o kdbtest.o plugorder.o t_init_creds.o t_localauth.o
-EXTRADEPSRCS= gcred.c hist.c kdbtest.c plugorder.c t_init_creds.c t_localauth.c
+OBJS= gcred.o hist.o kdbtest.o plugorder.o t_init_creds.o \
+ t_localauth.o responder.o
+EXTRADEPSRCS= gcred.c hist.c kdbtest.c plugorder.c t_init_creds.c \
+ t_localauth.c responder.c
TEST_DB = ./testdb
TEST_REALM = FOO.TEST.REALM
@@ -31,6 +33,9 @@ kdbtest: kdbtest.o $(KDB5_DEPLIBS) $(KADMSRV_DEPLIBS) $(KRB5_BASE_DEPLIBS)
plugorder: plugorder.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o $@ plugorder.o $(KRB5_BASE_LIBS)
+responder: responder.o $(KRB5_BASE_DEPLIBS)
+ $(CC_LINK) -o $@ responder.o $(KRB5_BASE_LIBS)
+
t_init_creds: t_init_creds.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o $@ t_init_creds.o $(KRB5_BASE_LIBS)
@@ -79,7 +84,7 @@ kdb_check: kdc.conf krb5.conf
$(RUN_SETUP) $(VALGRIND) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) destroy -f
$(RM) $(TEST_DB)* stash_file
-check-pytests:: gcred hist kdbtest plugorder t_init_creds t_localauth
+check-pytests:: gcred hist kdbtest plugorder responder t_init_creds t_localauth
$(RUNPYTEST) $(srcdir)/t_general.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_dump.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_iprop.py $(PYTESTFLAGS)
@@ -111,6 +116,6 @@ check-pytests:: gcred hist kdbtest plugorder t_init_creds t_localauth
$(RUNPYTEST) $(srcdir)/t_cve-2013-1417.py $(PYTESTFLAGS)
clean::
- $(RM) gcred hist kdbtest plugorder t_init_creds t_localauth
+ $(RM) gcred hist kdbtest plugorder responder t_init_creds t_localauth
$(RM) krb5.conf kdc.conf
$(RM) -rf kdc_realm/sandbox ldap