Files
IfcOpenShell/src/ifcparse/tests/test_ifcopenshell_parse.cpp
T

8 lines
202 B
C++
Raw Normal View History

2026-07-07 10:53:16 +02:00
// 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);
}