feat: add property model foundation
This commit is contained in:
@@ -10,6 +10,7 @@ add_library(fesa_core STATIC
|
||||
src/boundary/SinglePointConstraint.cpp
|
||||
src/core/Domain.cpp
|
||||
src/element/Mitc4Element.cpp
|
||||
src/io/Hdf5ResultWriter.cpp
|
||||
src/load/NodalLoad.cpp
|
||||
src/material/LinearElasticMaterial.cpp
|
||||
src/property/ShellProperty.cpp
|
||||
@@ -45,9 +46,18 @@ add_executable(fesa_model_object_tests
|
||||
tests/load/load_base_test.cpp
|
||||
tests/material/material_base_test.cpp
|
||||
tests/model_object_main.cpp
|
||||
tests/property/property_base_test.cpp
|
||||
tests/property/shell_property_test.cpp
|
||||
)
|
||||
target_link_libraries(fesa_model_object_tests PRIVATE fesa_core)
|
||||
|
||||
add_test(NAME model-object.base COMMAND fesa_model_object_tests)
|
||||
set_tests_properties(model-object.base PROPERTIES LABELS "model-object;core")
|
||||
|
||||
add_executable(fesa_io_tests
|
||||
tests/io/hdf5_result_writer_test.cpp
|
||||
)
|
||||
target_link_libraries(fesa_io_tests PRIVATE fesa_core)
|
||||
|
||||
add_test(NAME io.hdf5-result-writer COMMAND fesa_io_tests)
|
||||
set_tests_properties(io.hdf5-result-writer PROPERTIES LABELS "io;hdf5")
|
||||
|
||||
Reference in New Issue
Block a user