mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -06:00
Ported test_print/test_printobject/test_3mf from upstream Slic3r, thanks @lordofhyphens
This commit is contained in:
parent
6585e58e83
commit
a5eb4a4ce1
6 changed files with 256 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
get_filename_component(_TEST_NAME ${CMAKE_CURRENT_LIST_DIR} NAME)
|
||||
add_executable(${_TEST_NAME}_tests
|
||||
${_TEST_NAME}_tests.cpp
|
||||
test_3mf.cpp
|
||||
test_geometry.cpp
|
||||
test_polygon.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue