Add test_cfx

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17850 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-07-20 02:30:53 +00:00
parent 492e9f9da2
commit e99cae2284

View File

@@ -182,9 +182,11 @@ $(srcdir)/krb5/gsskrb5-private.h:
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p krb5/gsskrb5-private.h $(krb5src) || rm -f krb5/gsskrb5-private.h cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p krb5/gsskrb5-private.h $(krb5src) || rm -f krb5/gsskrb5-private.h
TESTS = test_oid TESTS = test_oid test_names test_cfx
# test_sequence # test_sequence
test_cfx_SOURCES = krb5/test_cfx.c
check_PROGRAMS = test_acquire_cred $(TESTS) check_PROGRAMS = test_acquire_cred $(TESTS)
bin_PROGRAMS = gss bin_PROGRAMS = gss
@@ -192,3 +194,4 @@ noinst_PROGRAMS = test_cred test_kcred
LDADD = libgssapi.la $(LIB_roken) LDADD = libgssapi.la $(LIB_roken)
test_kcred_LDADD = libgssapi.la ../krb5/libkrb5.la $(LIB_roken) test_kcred_LDADD = libgssapi.la ../krb5/libkrb5.la $(LIB_roken)
test_cfx_LDADD = $(test_kcred_LDADD)