Demo/test/test_demo.cpp

5 lines
78 B
C++

#include <catch2/catch.hpp>
TEST_CASE("Demo test") {
REQUIRE(42 == 42);
}