diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2016-08-14 18:56:06 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2016-08-14 18:56:40 +0200 |
commit | db9494e56641cf2d88bd0a5bbc27712b50d0eda1 (patch) | |
tree | 0d9dd09e1111c7d8fff8706b65b9522c43c38eb3 /tests | |
parent | cb16e4cdfbb48cfebcc4bd0ca3cdb18c486c93f4 (diff) |
Only run doctests when building pynslcd
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; \ |