mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 05:01:10 -06:00
Initial tests for import of ASCII STLs with varying line endings.
This commit is contained in:
parent
e04e2b3636
commit
070070edba
7 changed files with 224 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue