diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0914e76..66b5da5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,10 +22,10 @@ TESTS = test_dict test_set test_tio test_expr test_getpeercred test_cfg \ test_attmap test_myldap.sh test_common test_nsscmds.sh \ test_pamcmds.sh test_manpages.sh test_clock test_tio_timeout if HAVE_PYTHON - TESTS += test_pycompile.sh test_pylint.sh test_doctest.sh + TESTS += test_pycompile.sh test_pylint.sh endif if ENABLE_PYNSLCD - TESTS += test_pynslcd_cache.py + TESTS += test_pynslcd_cache.py test_doctest.sh endif AM_TESTS_ENVIRONMENT = PYTHON='@PYTHON@'; export PYTHON; \ |