summaryrefslogtreecommitdiffstats
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-12-09 00:45:08 -0500
committerGreg Hudson <ghudson@mit.edu>2013-12-12 00:16:17 -0500
commit6211396239897a3a9c207690ea2d6dc9ec580bc2 (patch)
treeeb3d30abd94cbaccce2564630096fc4ec509cff9 /src/tests/Makefile.in
parent23a2a3d2f2c5f3ba3393aeca4908d2b2cb0bbe65 (diff)
downloadkrb5-6211396239897a3a9c207690ea2d6dc9ec580bc2.tar.gz
krb5-6211396239897a3a9c207690ea2d6dc9ec580bc2.tar.xz
krb5-6211396239897a3a9c207690ea2d6dc9ec580bc2.zip
Add tests for krb5_sname_to_principal
Diffstat (limited to 'src/tests/Makefile.in')
-rw-r--r--src/tests/Makefile.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index b9358fa13..0543d415b 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -6,9 +6,9 @@ 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 responder.o
+ t_localauth.o responder.o s2p.o
EXTRADEPSRCS= gcred.c hist.c kdbtest.c plugorder.c t_init_creds.c \
- t_localauth.c responder.c
+ t_localauth.c responder.c s2p.c
TEST_DB = ./testdb
TEST_REALM = FOO.TEST.REALM
@@ -39,6 +39,9 @@ plugorder: plugorder.o $(KRB5_BASE_DEPLIBS)
responder: responder.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o $@ responder.o $(KRB5_BASE_LIBS)
+s2p: s2p.o $(KRB5_BASE_DEPLIBS)
+ $(CC_LINK) -o $@ s2p.o $(KRB5_BASE_LIBS)
+
t_init_creds: t_init_creds.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o $@ t_init_creds.o $(KRB5_BASE_LIBS)
@@ -87,7 +90,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 hrealm kdbtest plugorder responder
+check-pytests:: gcred hist hrealm kdbtest plugorder responder s2p
check-pytests:: t_init_creds t_localauth
$(RUNPYTEST) $(srcdir)/t_general.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_dump.py $(PYTESTFLAGS)
@@ -115,6 +118,7 @@ check-pytests:: t_init_creds t_localauth
$(RUNPYTEST) $(srcdir)/t_kdb.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_keydata.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_mkey.py $(PYTESTFLAGS)
+ $(RUNPYTEST) $(srcdir)/t_sn2princ.py $(PYTESTFLAGS) $(OFFLINE)
$(RUNPYTEST) $(srcdir)/t_cve-2012-1014.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_cve-2012-1015.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_cve-2013-1416.py $(PYTESTFLAGS)
@@ -126,7 +130,7 @@ check-pytests:: t_init_creds t_localauth
$(RUNPYTEST) $(srcdir)/t_salt.py $(PYTESTFLAGS)
clean::
- $(RM) gcred hist hrealm kdbtest plugorder responder
+ $(RM) gcred hist hrealm kdbtest plugorder responder s2p
$(RM) t_init_creds t_localauth krb5.conf kdc.conf
$(RM) -rf kdc_realm/sandbox ldap
$(RM) au.log