mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
5 lines
97 B
C++
5 lines
97 B
C++
#include <catch_main.hpp>
|
|
|
|
TEST_CASE("Is example succesful", "[example]") {
|
|
REQUIRE(true);
|
|
}
|