You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a software developer of libslic3r, I want libslic3r's existing tests to execute without requiring Perl or XS, so that I can be alerted when my changes break something in libslic3r and I've already uninstalled Perl.
As of cdb9d61, we have CATCH available to us in the src/test dir.
Please put libslic3r tests in ./src/test and update CMakeLists.txt accordingly.
New cpp files should be added to SLIC3R_TEST_SOURCES
The text was updated successfully, but these errors were encountered:
As a software developer of libslic3r, I want libslic3r's existing tests to execute without requiring Perl or XS, so that I can be alerted when my changes break something in libslic3r and I've already uninstalled Perl.
As of cdb9d61, we have CATCH available to us in the src/test dir.
Please put libslic3r tests in ./src/test and update CMakeLists.txt accordingly.
New cpp files should be added to SLIC3R_TEST_SOURCES
The text was updated successfully, but these errors were encountered: