1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Initial tests for import of ASCII STLs with varying line endings.

This commit is contained in:
bubnikv
2019-10-18 13:05:22 +02:00
parent e04e2b3636
commit 070070edba
7 changed files with 224 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ add_executable(${_TEST_NAME}_tests
test_config.cpp
test_geometry.cpp
test_polygon.cpp
test_stl.cpp
)
target_link_libraries(${_TEST_NAME}_tests test_common libslic3r)
set_property(TARGET ${_TEST_NAME}_tests PROPERTY FOLDER "tests")