Add test_util test program.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19487 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-22 17:26:54 +00:00
parent d298b5569f
commit 0531c10f7f

View File

@@ -54,6 +54,12 @@ kadmind_SOURCES = \
add_random_users_SOURCES = add-random-users.c
test_util_SOURCES = test_util.c util.c
TESTS = test_util
check_PROGRAMS = $(TESTS)
LDADD_common = \
$(top_builddir)/lib/hdb/libhdb.la \
$(LIB_openldap) \
@@ -82,4 +88,6 @@ add_random_users_LDADD = \
$(LDADD_common) \
$(LIB_dlopen)
test_util_LDADD = $(kadmin_LDADD)
EXTRA_DIST = $(man_MANS) kadmin-commands.in