Ported test_skirt_brim from upstream Slic3r, thanks @lordofhyphens

This commit is contained in:
bubnikv
2019-10-15 16:31:20 +02:00
parent c99e7cb0df
commit 1964ac2e89
8 changed files with 308 additions and 32 deletions

View File

@@ -4,6 +4,7 @@ add_executable(${_TEST_NAME}_tests
test_data.cpp
test_data.hpp
test_flow.cpp
test_skirt_brim.cpp
test_trianglemesh.cpp
)
target_link_libraries(${_TEST_NAME}_tests test_common libslic3r)