Files
QIDIStudio/tests/example/example_tests_main.cpp

6 lines
97 B
C++
Raw Normal View History

2024-09-03 09:34:33 +08:00
#include <catch_main.hpp>
TEST_CASE("Is example succesful", "[example]") {
REQUIRE(true);
}