feat(beam-reference-qualification): step 1 — reference-csv-adapters
This commit is contained in:
@@ -746,6 +746,7 @@ set_property(
|
||||
|
||||
add_executable(fesa_validation_comparison_tests
|
||||
unit/validation/comparison_test.cpp
|
||||
unit/validation/reference_csv_test.cpp
|
||||
)
|
||||
|
||||
target_compile_features(
|
||||
@@ -754,6 +755,11 @@ target_compile_features(
|
||||
target_compile_options(
|
||||
fesa_validation_comparison_tests PRIVATE /W4 /permissive- /EHsc
|
||||
)
|
||||
target_compile_definitions(
|
||||
fesa_validation_comparison_tests
|
||||
PRIVATE
|
||||
FESA_TEST_SOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
)
|
||||
target_link_libraries(
|
||||
fesa_validation_comparison_tests
|
||||
PRIVATE
|
||||
@@ -772,3 +778,21 @@ add_test(
|
||||
COMMAND "$<TARGET_FILE:fesa_validation_comparison_tests>"
|
||||
--gtest_filter=EntityMatching.*
|
||||
)
|
||||
|
||||
add_test(
|
||||
NAME ReferenceCsv
|
||||
COMMAND "$<TARGET_FILE:fesa_validation_comparison_tests>"
|
||||
--gtest_filter=ReferenceCsv.*
|
||||
)
|
||||
|
||||
add_test(
|
||||
NAME InternalForceCsv
|
||||
COMMAND "$<TARGET_FILE:fesa_validation_comparison_tests>"
|
||||
--gtest_filter=InternalForceCsv.*
|
||||
)
|
||||
|
||||
add_test(
|
||||
NAME StressCsv
|
||||
COMMAND "$<TARGET_FILE:fesa_validation_comparison_tests>"
|
||||
--gtest_filter=StressCsv.*
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user