mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 04:09:04 +08:00
Exclude tests marked as Slow from ctests
This commit is contained in:
parent
8ab29e3080
commit
90a7bc929c
@ -12,6 +12,6 @@ if (WIN32)
|
||||
prusaslicer_copy_dlls(${_TEST_NAME}_tests)
|
||||
endif()
|
||||
|
||||
set(_catch_args "exclude:[NotWorking]")
|
||||
set(_catch_args "exclude:[NotWorking][Slow]")
|
||||
list(APPEND _catch_args "${CATCH_EXTRA_ARGS}")
|
||||
add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests ${_catch_args})
|
||||
|
@ -466,8 +466,7 @@ TEST_CASE("NFP should be empty if item cannot fit into bed", "[arrange2]") {
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
TEMPLATE_TEST_CASE("NFP algorithm test",
|
||||
"[arrange2]",
|
||||
TEMPLATE_TEST_CASE("NFP algorithm test", "[arrange2][Slow]",
|
||||
Slic3r::arr2::InfiniteBed,
|
||||
Slic3r::arr2::RectangleBed,
|
||||
Slic3r::arr2::CircleBed,
|
||||
|
Loading…
x
Reference in New Issue
Block a user