Files
Enzo/tests/main-tests.cpp
2025-06-19 00:21:40 +01:00

7 lines
81 B
C++

#include <catch2/catch_test_macros.hpp>
TEST_CASE("foo")
{
REQUIRE(1==1);
}