mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 12:46:01 +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)
|
prusaslicer_copy_dlls(${_TEST_NAME}_tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(_catch_args "exclude:[NotWorking]")
|
set(_catch_args "exclude:[NotWorking][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})
|
||||||
|
@ -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/path.hpp>
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
|
||||||
TEMPLATE_TEST_CASE("NFP algorithm test",
|
TEMPLATE_TEST_CASE("NFP algorithm test", "[arrange2][Slow]",
|
||||||
"[arrange2]",
|
|
||||||
Slic3r::arr2::InfiniteBed,
|
Slic3r::arr2::InfiniteBed,
|
||||||
Slic3r::arr2::RectangleBed,
|
Slic3r::arr2::RectangleBed,
|
||||||
Slic3r::arr2::CircleBed,
|
Slic3r::arr2::CircleBed,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user