Skip to content

Commit 52fdbf5

Browse files
author
Damian Rouson
committed
Rename events test & add argument
1 parent 24e8491 commit 52fdbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ if(opencoarrays_aware_compiler)
208208
add_mpi_test(hello_multiverse 2 ${tests_root}/integration/coarrayHelloWorld/hello_multiverse)
209209
add_mpi_test(coarray_burgers_pde 2 ${tests_root}/integration/pde_solvers/coarrayBurgers/coarray_burgers_pde)
210210
add_mpi_test(co_heat 2 ${tests_root}/integration/pde_solvers/coarrayHeatSimplified/co_heat)
211-
add_mpi_test(async_hello_world ${tests_root}/integration/events/asynchronous_hello_world)
211+
add_mpi_test(events 2 ${tests_root}/integration/events/asynchronous_hello_world)
212212
if ( ("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64") AND ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") )
213213
if ( NOT (DEFINED ENV{TRAVIS}))
214214
add_mpi_test(coarray_navier_stokes 2 ${tests_root}/integration/pde_solvers/navier-stokes/coarray_navier_stokes)

0 commit comments

Comments
 (0)