Index: src/tests/Makefile.am
===================================================================
--- src/tests/Makefile.am	(revision e7ce55e6b1efd65eeb4a2660ffe5766410737608)
+++ src/tests/Makefile.am	(revision 21610e33a6f0d7426ef737496556e4f8fa3123ee)
@@ -27,8 +27,8 @@
 
 all-local :
-	python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast
+	+python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast
 
 all-tests :
-	python test.py --all
+	+python test.py --all
 
 clean-local :
@@ -36,5 +36,5 @@
 
 list :
-	python test.py --list
+	+python test.py --list
 
 constant0-1DP : constant0-1.c
Index: src/tests/Makefile.in
===================================================================
--- src/tests/Makefile.in	(revision e7ce55e6b1efd65eeb4a2660ffe5766410737608)
+++ src/tests/Makefile.in	(revision 21610e33a6f0d7426ef737496556e4f8fa3123ee)
@@ -634,8 +634,8 @@
 
 all-local :
-	python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast
+	+python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast
 
 all-tests :
-	python test.py --all
+	+python test.py --all
 
 clean-local :
@@ -643,5 +643,5 @@
 
 list :
-	python test.py --list
+	+python test.py --list
 
 constant0-1DP : constant0-1.c
