From e8bd38e6439cfcecefa9b9bfb05f4d802ea59d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 10 Apr 2005 14:04:43 +0000 Subject: [PATCH] add test_sequence to TESTS git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14760 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/Makefile.am | 5 ++++- lib/gssapi/krb5/Makefile.am | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index 9362169ef..ddfc2fe0a 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -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) diff --git a/lib/gssapi/krb5/Makefile.am b/lib/gssapi/krb5/Makefile.am index 9362169ef..ddfc2fe0a 100644 --- a/lib/gssapi/krb5/Makefile.am +++ b/lib/gssapi/krb5/Makefile.am @@ -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)