zecsy/tests/zecsy.cpp

8 lines
100 B
C++
Raw Normal View History

2025-02-14 21:01:46 +03:00
#define CATCH_CONFIG_MAIN
#include <catch2/catch_all.hpp>
TEST_CASE("dumb")
{
REQUIRE(true);
}