From 207891ff2946db888c80b15f77e7cce15bfcc006 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 5 Aug 2008 14:53:29 +0000 Subject: * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and formatting --- bindings/python/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bindings/python/tests/Makefile.am') 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 -- cgit