Add tests for sla support and pad creation

This commit is contained in:
tamasmeszaros 2019-09-24 15:24:47 +02:00
parent e675a5d5c6
commit 277f6786d8
20 changed files with 40057 additions and 1 deletions

View 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.)