diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-05-02 17:55:47 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-05-02 17:55:47 +0200 |
commit | 49055801d8872217cbdede7d7dab5d30f3c61df7 (patch) | |
tree | 7ca31e87f2a932c4d559a19c1f954184defe2fd3 /tests | |
parent | 0c26c794f64e5317955e9b24bbe0663b2412efa4 (diff) |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
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 |