Remove support test compilation

The c++ support tests were never fully completed and should be disabled until that code is looked at again and updated in a PR.
This commit is contained in:
Joseph Lenox 2018-11-27 10:01:46 -06:00
parent 802b1e1aa7
commit 21eb603cc1

View File

@ -298,7 +298,6 @@ set(SLIC3R_TEST_SOURCES
${TESTDIR}/libslic3r/test_print.cpp
${TESTDIR}/libslic3r/test_printgcode.cpp
${TESTDIR}/libslic3r/test_skirt_brim.cpp
${TESTDIR}/libslic3r/test_support_material.cpp
${TESTDIR}/libslic3r/test_test_data.cpp
${TESTDIR}/libslic3r/test_trianglemesh.cpp
)