mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 23:15:58 +08:00
Follow up fix for ctest slow test filter expression
This commit is contained in:
parent
90a7bc929c
commit
be9bbb7552
@ -12,6 +12,6 @@ if (WIN32)
|
|||||||
prusaslicer_copy_dlls(${_TEST_NAME}_tests)
|
prusaslicer_copy_dlls(${_TEST_NAME}_tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(_catch_args "exclude:[NotWorking][Slow]")
|
set(_catch_args "exclude:[NotWorking] exclude:[Slow]")
|
||||||
list(APPEND _catch_args "${CATCH_EXTRA_ARGS}")
|
list(APPEND _catch_args "${CATCH_EXTRA_ARGS}")
|
||||||
add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests ${_catch_args})
|
add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests ${_catch_args})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user