Files
QIDIStudio/tests/example/example_tests_main.cpp
QIDI TECH 585146181b update
2024-09-03 09:34:33 +08:00

6 lines
97 B
C++

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