From cc1d7f7ff293b73ca521da0f566e65bca5a9fc41 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 13 Jun 2008 21:04:45 +0000 Subject: add some very basic tests for the isvalidname() function git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@760 ef36b2f9-881f-0410-afb5-c4e39611909c --- tests/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index ef555ad..fb50281 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -19,10 +19,10 @@ # 02110-1301 USA TESTS = test_dict test_set test_tio test_cfg test_myldap.sh test_nsscmds.sh \ - test_getpeercred + test_getpeercred test_common check_PROGRAMS = test_dict test_set test_tio test_cfg test_myldap \ - test_getpeercred + test_getpeercred test_common EXTRA_PROGRAMS = test_aliases test_ethers test_group test_hosts \ test_netgroup test_networks test_passwd test_protocols \ @@ -69,6 +69,11 @@ test_myldap_LDADD = ../nslcd/log.o ../nslcd/common.o ../nslcd/cfg.o \ test_getpeercred_SOURCES = test_getpeercred.c test_getpeercred_LDADD = ../compat/libcompat.a +test_common_SOURCES = test_common.c +test_common_LDADD = ../nslcd/log.o ../nslcd/common.o ../nslcd/cfg.o \ + ../nslcd/myldap.o @nslcd_LIBS@ ../common/libtio.a \ + ../common/libdict.a ../compat/libcompat.a + common_SOURCES = ../nss/common.c ../nslcd.h ../nss/prototypes.h \ ../common/tio.c ../common/tio.h -- cgit v1.2.3