Fix 'make check-python-test-suite PY3=1' and -j (make jobs)
This commit is contained in:
parent
5481270c2a
commit
fd93beadf4
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue