summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/tests/Makefile.am')
-rw-r--r--bindings/python/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am
index 8b3791b3..64dfc090 100644
--- a/bindings/python/tests/Makefile.am
+++ b/bindings/python/tests/Makefile.am
@@ -1,7 +1,8 @@
MAINTAINERCLEANFILES = Makefile.in
+TESTS = #
if PYTHON_ENABLED
-TESTS = profiles_tests.py binding_tests.py
+TESTS += profiles_tests.py binding_tests.py
endif
if WSF_ENABLED