Skip to content

Commit

Permalink
[build] Set serial running unit tests property (#2671).
Browse files Browse the repository at this point in the history
  • Loading branch information
ethouris committed Feb 16, 2023
1 parent f57ba89 commit d9c1794
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1449,12 +1449,13 @@ if (ENABLE_UNITTESTS AND ENABLE_CXX11)
NAME test-srt
COMMAND ${CMAKE_BINARY_DIR}/test-srt
)
#set_tests_properties(test-srt PROPERTIES RUN_SERIAL TRUE)
else()
gtest_add_tests(
test-srt
""
AUTO
TEST_LIST tests_srt
TARGET test-srt
)
set_tests_properties(${tests_srt} PROPERTIES RUN_SERIAL TRUE)
endif()

enable_testing()
Expand Down

0 comments on commit d9c1794

Please sign in to comment.