1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00
Files
OrcaSlicer-bambulab/tests/example/example_tests_main.cpp
T
2019-10-30 17:19:43 +01:00

6 lines
97 B
C++

#include <catch_main.hpp>
TEST_CASE("Is example succesful", "[example]") {
REQUIRE(true);
}