Test scaffolds

This commit is contained in:
Thomas Krijnen
2026-07-07 10:53:16 +02:00
parent 08ebd05be5
commit 0a1b50cd46
5 changed files with 63 additions and 18 deletions
@@ -0,0 +1,7 @@
// This file was generated with the assistance of an AI coding tool.
#include <catch2/catch_test_macros.hpp>
TEST_CASE("IfcParse C++ test scaffold is registered", "[ifcparse]") {
REQUIRE(true);
}