Demo/test/test_demo.cpp

5 lines
78 B
C++
Raw Permalink Normal View History

2019-11-19 12:26:31 +01:00
#include <catch2/catch.hpp>
TEST_CASE("Demo test") {
2019-12-05 09:34:07 +01:00
REQUIRE(42 == 42);
}