From e99cae2284da547a74ffbbd64b40efbfb03db665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 20 Jul 2006 02:30:53 +0000 Subject: [PATCH] Add test_cfx git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17850 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index fc1bb95f6..628f7c38c 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -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 -TESTS = test_oid +TESTS = test_oid test_names test_cfx # test_sequence +test_cfx_SOURCES = krb5/test_cfx.c + check_PROGRAMS = test_acquire_cred $(TESTS) bin_PROGRAMS = gss @@ -192,3 +194,4 @@ noinst_PROGRAMS = test_cred test_kcred LDADD = libgssapi.la $(LIB_roken) test_kcred_LDADD = libgssapi.la ../krb5/libkrb5.la $(LIB_roken) +test_cfx_LDADD = $(test_kcred_LDADD)