zecsy/tests/zecsy.cpp
2025-02-14 21:01:46 +03:00

7 lines
100 B
C++

#define CATCH_CONFIG_MAIN
#include <catch2/catch_all.hpp>
TEST_CASE("dumb")
{
REQUIRE(true);
}