Follow up fix for ctest slow test filter expression

This commit is contained in:
tamasmeszaros 2023-08-16 16:53:42 +02:00
parent 90a7bc929c
commit be9bbb7552

View File

@ -12,6 +12,6 @@ if (WIN32)
prusaslicer_copy_dlls(${_TEST_NAME}_tests)
endif()
set(_catch_args "exclude:[NotWorking][Slow]")
set(_catch_args "exclude:[NotWorking] exclude:[Slow]")
list(APPEND _catch_args "${CATCH_EXTRA_ARGS}")
add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests ${_catch_args})