Test: run_all is now in Python and defaults to parallelizing tests
In addition to the conversion to Python, run_all now defaults to running all Python tests in parallel, using the same approach previously available via '--fast'. If desired one can force all tests to run serially by calling run_all with --serial A debugging flag was now also included in run_all. Pass one or more -l (-l, -ll or -lll) for different levels of debugging information.
This commit is contained in:
@@ -33,8 +33,6 @@ endif (CYGWIN)
|
||||
|
||||
endif (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
||||
|
||||
configure_file (run_all.in run_all)
|
||||
|
||||
add_custom_target (test ./run_all --verbose
|
||||
DEPENDS ${test_SRCS} task_executable
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/test)
|
||||
|
||||
Reference in New Issue
Block a user