diff options
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/tests/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index ef47a70a..8b3791b3 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -1,7 +1,11 @@ MAINTAINERCLEANFILES = Makefile.in + if PYTHON_ENABLED -TESTS = profiles_tests.py binding_tests.py idwsf1_tests.py idwsf2_tests.py +TESTS = profiles_tests.py binding_tests.py endif -EXTRA_DIST = profiles_tests.py binding_tests.py +if WSF_ENABLED +TESTS += idwsf1_tests.py idwsf2_tests.py +endif +EXTRA_DIST = profiles_tests.py binding_tests.py idwsf1_tests.py idwsf2_tests.py |
