feat: add catch2 tests
This commit is contained in:
6
tests/main-tests.cpp
Normal file
6
tests/main-tests.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
TEST_CASE("foo")
|
||||
{
|
||||
REQUIRE(1==1);
|
||||
}
|
||||
Reference in New Issue
Block a user