diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:52:12 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:52:12 +0000 |
| commit | c721459e5207936791185f6760aa0cc9cd34db7d (patch) | |
| tree | bd3ecd27e26db98991d51bef8587cae8b711db02 /bindings/python | |
| parent | 0933671c365e84b8d2974080e93b9c3c3c548aaa (diff) | |
| download | lasso-c721459e5207936791185f6760aa0cc9cd34db7d.tar.gz lasso-c721459e5207936791185f6760aa0cc9cd34db7d.tar.xz lasso-c721459e5207936791185f6760aa0cc9cd34db7d.zip | |
* bindings/python/tests/Makefile.am: make running of iwsf{1,2}_tests.py conditioned upon --enable-wsf flag of ./configure script
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 |
