7 lines
67 B
C++
7 lines
67 B
C++
|
#include <catch2/catch.hpp>
|
||
|
|
||
|
TEST_CASE("blah")
|
||
|
{
|
||
|
REQUIRE(true);
|
||
|
}
|