Skip to content

Commit

Permalink
Run CTest tests serially to avoid oversubscribing cores (#4335)
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar authored Jan 25, 2024
1 parent ce257fc commit d2d7fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ list(APPEND STLASAN_LIT_COMMAND "${STL_LIT_OUTPUT}"

add_test(NAME stl COMMAND ${Python_EXECUTABLE} ${STL_LIT_COMMAND} COMMAND_EXPAND_LISTS)
add_test(NAME stlasan COMMAND ${Python_EXECUTABLE} ${STLASAN_LIT_COMMAND} COMMAND_EXPAND_LISTS)
set_tests_properties(stl stlasan PROPERTIES RUN_SERIAL ON)

0 comments on commit d2d7fcc

Please sign in to comment.