mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Test scaffolds
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# This file was generated with the assistance of an AI coding tool.
|
||||
|
||||
add_executable(test_ifcopenshell_geometry
|
||||
test_ifcopenshell_geometry.cpp
|
||||
)
|
||||
target_link_libraries(test_ifcopenshell_geometry PRIVATE Catch2::Catch2WithMain)
|
||||
catch_discover_tests(test_ifcopenshell_geometry
|
||||
DL_PATHS
|
||||
$<TARGET_FILE_DIR:Catch2::Catch2>
|
||||
$<TARGET_FILE_DIR:Catch2::Catch2WithMain>
|
||||
)
|
||||
@@ -0,0 +1,7 @@
|
||||
// This file was generated with the assistance of an AI coding tool.
|
||||
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
TEST_CASE("IfcGeom C++ test scaffold is registered", "[ifcgeom]") {
|
||||
REQUIRE(true);
|
||||
}
|
||||
Reference in New Issue
Block a user