feat(abaqus-subset-completion): step 3 — material-section-and-shear-defaults
This commit is contained in:
@@ -120,6 +120,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/material_section_mapping_test.cpp
|
||||
unit/io/abaqus/parser_test.cpp
|
||||
unit/io/abaqus/set_resolution_test.cpp
|
||||
)
|
||||
@@ -188,6 +189,24 @@ add_test(
|
||||
--gtest_filter=SemanticScope.*
|
||||
)
|
||||
|
||||
add_test(
|
||||
NAME MaterialMapping
|
||||
COMMAND "$<TARGET_FILE:fesa_abaqus_parser_tests>"
|
||||
--gtest_filter=MaterialMapping.*
|
||||
)
|
||||
|
||||
add_test(
|
||||
NAME BeamSection
|
||||
COMMAND "$<TARGET_FILE:fesa_abaqus_parser_tests>"
|
||||
--gtest_filter=BeamSection.*
|
||||
)
|
||||
|
||||
add_test(
|
||||
NAME ShearDefault
|
||||
COMMAND "$<TARGET_FILE:fesa_abaqus_parser_tests>"
|
||||
--gtest_filter=ShearDefault.*
|
||||
)
|
||||
|
||||
add_executable(fesa_deck_to_domain_tests
|
||||
integration/io/minimal_deck_to_domain_test.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user