7 lines
81 B
C++
7 lines
81 B
C++
#include <catch2/catch_test_macros.hpp>
|
|
|
|
TEST_CASE("foo")
|
|
{
|
|
REQUIRE(1==1);
|
|
}
|