mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Catch2 test framework integration into tm_sla_tests.
This commit is contained in:
6
tests/example/example_tests_main.cpp
Normal file
6
tests/example/example_tests_main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
TEST_CASE("Is example succesful", "[example]") {
|
||||
REQUIRE(true);
|
||||
}
|
||||
Reference in New Issue
Block a user