5 lines
78 B
C++
5 lines
78 B
C++
#include <catch2/catch.hpp>
|
|
|
|
TEST_CASE("Demo test") {
|
|
REQUIRE(42 == 42);
|
|
} |