mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 08:11:11 -06:00
Add tests for sla support and pad creation
This commit is contained in:
parent
e675a5d5c6
commit
277f6786d8
20 changed files with 40057 additions and 1 deletions
4
tests/sla_print/CMakeLists.txt
Normal file
4
tests/sla_print/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
add_executable(sla_print_tests sla_print_tests_main.cpp)
|
||||
target_link_libraries(sla_print_tests test_common libslic3r ${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES})
|
||||
|
||||
gtest_discover_tests(sla_print_tests TEST_PREFIX sla_print.)
|
Loading…
Add table
Add a link
Reference in a new issue