init
This commit is contained in:
5
test/tests.cpp
Normal file
5
test/tests.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
TEST_CASE("validate environment") {
|
||||
REQUIRE(true);
|
||||
}
|
||||
Reference in New Issue
Block a user