Demo/test/test_demo.cpp
2019-12-30 15:13:06 +01:00

5 lines
78 B
C++

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