diff options
| -rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 53293a6..506dbef 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,10 +34,11 @@ check_PROGRAMS = test_dict test_set test_tio test_expr test_getpeercred \ test_cfg test_myldap test_common test_clock test_tio_timeout \ lookup_netgroup lookup_shadow -EXTRA_DIST = nslcd-test.conf usernames.txt testenv.sh test_myldap.sh \ +EXTRA_DIST = README nslcd-test.conf usernames.txt testenv.sh test_myldap.sh \ test_nsscmds.sh test_pamcmds.sh test_pamcmds.expect \ test_manpages.sh \ - test_pycompile.sh test_pylint.sh pylint.rc test_pynslcd_cache.py + test_pycompile.sh test_pylint.sh pylint.rc test_pynslcd_cache.py \ + setup_slapd.sh config.ldif test.ldif CLEANFILES = $(EXTRA_PROGRAMS) |
