Skip to content

Commit

Permalink
Add "build on ci" configuration to test_framework_with_cxx14
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Jul 30, 2023
1 parent 6fc1098 commit 360f2b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/framework/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ if (ENABLE_TESTING_FOR_CXX14)
COND_TEST_BUNDLE_LOC="${COND_TEST_BUNDLE_LOC}"
INSTALL_AND_START_BUNDLES_CONFIG_PROPERTIES_FILE="${CMAKE_CURRENT_BINARY_DIR}/install_and_start_bundles.properties"
)
if (ENABLE_TESTING_ON_CI)
target_compile_definitions(test_framework_with_cxx14 PRIVATE TESTING_ON_CI=1)
endif ()
add_test(NAME test_framework_with_cxx14 COMMAND test_framework_with_cxx14)
setup_target_for_coverage(test_framework_with_cxx14 SCAN_DIR ..)
endif ()

0 comments on commit 360f2b4

Please sign in to comment.