cmake-cpp-project/tests/runtime-tests.cpp

8 lines
105 B
C++

#include <catch2/catch_test_macros.hpp>
TEST_CASE("Basic Catch2 Testcase")
{
REQUIRE(true == true);
}