From c721459e5207936791185f6760aa0cc9cd34db7d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 5 Aug 2008 14:52:12 +0000 Subject: * bindings/python/tests/Makefile.am: make running of iwsf{1,2}_tests.py conditioned upon --enable-wsf flag of ./configure script --- bindings/python/tests/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bindings/python') 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 -- cgit