From db9494e56641cf2d88bd0a5bbc27712b50d0eda1 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 14 Aug 2016 18:56:06 +0200 Subject: Only run doctests when building pynslcd --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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; \ -- cgit v1.2.3