diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-06-13 23:04:45 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-06-13 23:04:45 +0200 |
commit | cc1d7f7ff293b73ca521da0f566e65bca5a9fc41 (patch) | |
tree | ecfeba107ab75d91894d4ee03efb414f4d6cb9ef /tests/Makefile.am | |
parent | 8fc785087daefbff19f35cd4e89e30a6d90f3374 (diff) |
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
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
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 |