init
This commit is contained in:
2
test/CMakeLists.txt
Normal file
2
test/CMakeLists.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
add_executable(tests tests.cpp)
|
||||
target_link_libraries(tests PRIVATE edbg::libedbg Catch2::Catch2WithMain)
|
||||
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