feat: add catch2 tests

This commit is contained in:
parker
2025-06-19 00:21:40 +01:00
parent b56d4db1a8
commit 20ec7479df
2 changed files with 18 additions and 3 deletions

6
tests/main-tests.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <catch2/catch_test_macros.hpp>
TEST_CASE("foo")
{
REQUIRE(1==1);
}