mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 13:42:40 -07:00
7 lines
125 B
C++
7 lines
125 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include <catch2/catch.hpp>
|
|
|
|
TEST_CASE("Is example succesful", "[example]") {
|
|
REQUIRE(true);
|
|
}
|