Skip to content

Commit d703d32

Browse files
author
Damian Rouson
committed
Fix CMake scripts for the new events test
1 parent 9e10233 commit d703d32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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(events 2 ${tests_root}/integration/events/asynchronous_hello_world)
211+
add_mpi_test(asynchronous_hello_world 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)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
add_executable(asynchronous_hello_world async-hello.f90)
2+
target_link_libraries(asynchronous_hello_world OpenCoarrays)

0 commit comments

Comments
 (0)