Skip to content

Commit

Permalink
CMake format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansysk75 committed Oct 30, 2023
1 parent ac6c4f2 commit 2f9f5a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmake/HPX_AddTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@ function(add_hpx_test category name)
add_test(NAME "${_full_name}" COMMAND ${cmd} "-p" "lci" "-r" "mpi"
${args}
)
set_tests_properties("${_full_name}" PROPERTIES RUN_SERIAL TRUE ENVIRONMENT "GASNET_PSHM_NODES=2")
set_tests_properties("${_full_name}"
PROPERTIES
RUN_SERIAL TRUE
ENVIRONMENT "GASNET_PSHM_NODES=2")
if(${name}_TIMEOUT)
set_tests_properties(
"${_full_name}" PROPERTIES TIMEOUT ${${name}_TIMEOUT}
Expand Down

0 comments on commit 2f9f5a8

Please sign in to comment.