mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 04:50:37 +08:00
Compile out trianglemesh performance test on Travis.
This commit is contained in:
parent
dde4779cbb
commit
34019b666b
@ -376,7 +376,7 @@ SCENARIO( "TriangleMeshSlicer: Cut behavior.") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifdef TEST_PERFORMANCE
|
||||||
TEST_CASE("Regression test for issue #4486 - files take forever to slice") {
|
TEST_CASE("Regression test for issue #4486 - files take forever to slice") {
|
||||||
TriangleMesh mesh;
|
TriangleMesh mesh;
|
||||||
auto config {Slic3r::Config::new_from_defaults()};
|
auto config {Slic3r::Config::new_from_defaults()};
|
||||||
@ -401,6 +401,7 @@ TEST_CASE("Regression test for issue #4486 - files take forever to slice") {
|
|||||||
REQUIRE(timedout == false);
|
REQUIRE(timedout == false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif // TEST_PERFORMANCE
|
||||||
|
|
||||||
#ifdef BUILD_PROFILE
|
#ifdef BUILD_PROFILE
|
||||||
TEST_CASE("Profile test for issue #4486 - files take forever to slice") {
|
TEST_CASE("Profile test for issue #4486 - files take forever to slice") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user