implement attach and launch

This commit is contained in:
2025-11-17 08:07:40 -08:00
parent 8e1842d412
commit 22f031c268
12 changed files with 327 additions and 39 deletions

View File

@@ -1,5 +1,8 @@
#include <catch2/catch_test_macros.hpp>
TEST_CASE("validate environment") {
TEST_CASE (
"validate environment"
)
{
REQUIRE(true);
}