summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:53:29 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:53:29 +0000
commit207891ff2946db888c80b15f77e7cce15bfcc006 (patch)
treec1bc0b3b20525c1b842973c2602f61bdec50c919 /bindings/python/tests/Makefile.am
parentf83d4bd9f8227da65dbc350b3d2d390b7b0a2299 (diff)
downloadlasso-207891ff2946db888c80b15f77e7cce15bfcc006.tar.gz
lasso-207891ff2946db888c80b15f77e7cce15bfcc006.tar.xz
lasso-207891ff2946db888c80b15f77e7cce15bfcc006.zip
* Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and formatting
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