From fd93beadf4283b7394aa470e8a7040df3a30bcb3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 25 May 2013 22:29:18 +0100 Subject: [PATCH] Fix 'make check-python-test-suite PY3=1' and -j (make jobs) --- Examples/test-suite/python/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/test-suite/python/Makefile.in b/Examples/test-suite/python/Makefile.in index 43ba2717e..fa64d5e31 100644 --- a/Examples/test-suite/python/Makefile.in +++ b/Examples/test-suite/python/Makefile.in @@ -112,17 +112,17 @@ VALGRIND_OPT += --suppressions=pythonswig.supp %.cpptest: $(setup) +$(swig_and_compile_cpp) - $(run_testcase) + +$(run_testcase) %.ctest: $(setup) +$(swig_and_compile_c) - $(run_testcase) + +$(run_testcase) %.multicpptest: $(setup) +$(swig_and_compile_multi_cpp) - $(run_testcase) + +$(run_testcase) # Call 2to3 to generate Python 3.x test from the Python 2.x's *_runme.py file