add test_sequence to TESTS

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14760 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-10 14:04:43 +00:00
parent 84ebbbffc2
commit e8bd38e643
2 changed files with 8 additions and 2 deletions

View File

@@ -90,6 +90,9 @@ asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1
$(libgssapi_la_OBJECTS): spnego_asn1.h
check_PROGRAMS = test_acquire_cred test_sequence
TESTS = test_sequence
check_PROGRAMS = test_acquire_cred $(TESTS)
noinst_PROGRAMS = test_cred
LDADD = libgssapi.la $(LIB_roken)

View File

@@ -90,6 +90,9 @@ asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego.asn1
$(libgssapi_la_OBJECTS): spnego_asn1.h
check_PROGRAMS = test_acquire_cred test_sequence
TESTS = test_sequence
check_PROGRAMS = test_acquire_cred $(TESTS)
noinst_PROGRAMS = test_cred
LDADD = libgssapi.la $(LIB_roken)