feat(abaqus-subset-completion): step 2 — single-instance-semantic-validation
This commit is contained in:
+14
-1
@@ -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.*
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user