mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
8 lines
202 B
C++
8 lines
202 B
C++
|
|
// 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);
|
||
|
|
}
|