Don't use "-t" command line option when running tests
This option just lists the available tags now instead of running the tests with timing information as before.
This commit is contained in:
@@ -702,6 +702,6 @@ function(wx_add_test name)
|
|||||||
set_target_properties(${name} PROPERTIES FOLDER "Tests")
|
set_target_properties(${name} PROPERTIES FOLDER "Tests")
|
||||||
|
|
||||||
add_test(NAME ${name}
|
add_test(NAME ${name}
|
||||||
COMMAND ${name} -t
|
COMMAND ${name}
|
||||||
WORKING_DIRECTORY ${wxSOURCE_DIR}/tests)
|
WORKING_DIRECTORY ${wxSOURCE_DIR}/tests)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
Reference in New Issue
Block a user