From 49055801d8872217cbdede7d7dab5d30f3c61df7 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 2 May 2008 15:55:47 +0000 Subject: don't even compile the test programs on make check git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@718 ef36b2f9-881f-0410-afb5-c4e39611909c --- tests/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 3870828..0a242a4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,13 +20,16 @@ TESTS = test_dict test_set test_tio test_cfg test_myldap.sh test_nsscmds.sh -check_PROGRAMS = test_dict test_set test_tio test_cfg test_myldap \ - test_aliases test_ethers test_group test_hosts \ +check_PROGRAMS = test_dict test_set test_tio test_cfg test_myldap + +EXTRA_PROGRAMS = test_aliases test_ethers test_group test_hosts \ test_netgroup test_networks test_passwd test_protocols \ test_rpc test_services test_shadow EXTRA_DIST = nss-ldapd-test.conf test_myldap.sh test_nsscmds.sh usernames.txt +CLEANFILES = $(EXTRA_PROGRAMS) + AM_CPPFLAGS = -I$(top_srcdir) AM_CFLAGS = $(PTHREAD_CFLAGS) -g -- cgit v1.2.3