diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:53:29 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:53:29 +0000 |
| commit | 207891ff2946db888c80b15f77e7cce15bfcc006 (patch) | |
| tree | c1bc0b3b20525c1b842973c2602f61bdec50c919 /bindings/python/tests/Makefile.am | |
| parent | f83d4bd9f8227da65dbc350b3d2d390b7b0a2299 (diff) | |
| download | lasso-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.am | 3 |
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 |
