mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Test scaffolds
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user