mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 13:12:38 -06:00
libnest2d test rewritten for catch2. Fine tuned catch2 integration.
This commit is contained in:
parent
320d18f07c
commit
ce4f4bea06
9 changed files with 4256 additions and 41 deletions
|
|
@ -27,10 +27,6 @@ add_library(test_gtest_common INTERFACE)
|
|||
target_compile_definitions(test_gtest_common INTERFACE TEST_DATA_DIR="${TEST_DATA_DIR}")
|
||||
target_link_libraries(test_gtest_common INTERFACE GTest::GTest GTest::Main)
|
||||
|
||||
function(prusaslicer_discover_tests TARGET)
|
||||
catch_discover_tests(${TARGET})
|
||||
endfunction()
|
||||
|
||||
macro(subdirlist result curdir)
|
||||
file(GLOB children RELATIVE ${curdir} ${curdir}/*)
|
||||
set(dirlist "")
|
||||
|
|
@ -48,6 +44,3 @@ foreach(subdir ${SUBDIRS})
|
|||
add_subdirectory(${subdir})
|
||||
endforeach()
|
||||
|
||||
#add_subdirectory(timeutils)
|
||||
#add_subdirectory(example)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue