feat(abaqus-subset-completion): step 2 — single-instance-semantic-validation

This commit is contained in:
KOKO\Mimi
2026-08-01 02:44:01 +09:00
parent 3eeab2fbe4
commit e6bc708be3
9 changed files with 417 additions and 82 deletions
+14 -1
View File
@@ -118,6 +118,7 @@ add_test(
)
add_executable(fesa_abaqus_parser_tests
unit/io/abaqus/active_input_test.cpp
unit/io/abaqus/input_contract_test.cpp
unit/io/abaqus/parser_test.cpp
unit/io/abaqus/set_resolution_test.cpp
@@ -175,6 +176,18 @@ add_test(
--gtest_filter=AssemblySet.*
)
add_test(
NAME ActiveInput
COMMAND "$<TARGET_FILE:fesa_abaqus_parser_tests>"
--gtest_filter=ActiveInput.*
)
add_test(
NAME SemanticScope
COMMAND "$<TARGET_FILE:fesa_abaqus_parser_tests>"
--gtest_filter=SemanticScope.*
)
add_executable(fesa_deck_to_domain_tests
integration/io/minimal_deck_to_domain_test.cpp
)
@@ -200,7 +213,7 @@ add_test(
)
add_test(
NAME ActiveInstance
NAME SingleInstance
COMMAND "$<TARGET_FILE:fesa_deck_to_domain_tests>"
--gtest_filter=ActiveInstance.*
)