Skip to content

Commit b885fe4

Browse files
committed
Rename unit test to be more descriptive
1 parent cdb6440 commit b885fe4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,8 @@ if(opencoarrays_aware_compiler)
391391
add_mpi_test(duplicate_syncimages 8 ${tests_root}/unit/sync/duplicate_syncimages)
392392
add_mpi_test(co_reduce 4 ${tests_root}/unit/collectives/co_reduce_test)
393393
add_mpi_test(syncimages_status 32 ${tests_root}/unit/sync/syncimages_status)
394-
add_mpi_test(syncimages_ring_np3 3 ${tests_root}/unit/sync/syncimages_ring)
395-
add_mpi_test(syncimages_ring_np13 13 ${tests_root}/unit/sync/syncimages_ring)
396-
add_mpi_test(syncimages_ring_np23 23 ${tests_root}/unit/sync/syncimages_ring)
394+
add_mpi_test(sync_ring_abort_np3 3 ${tests_root}/unit/sync/sync_image_ring_abort_on_stopped_image)
395+
add_mpi_test(sync_ring_abort_np7 7 ${tests_root}/unit/sync/sync_image_ring_abort_on_stopped_image)
397396
add_mpi_test(simpleatomics 32 ${tests_root}/unit/simple/atomics)
398397
# possible logic error in the following test
399398
# add_mpi_test(increment_my_neighbor 32 ${tests_root}/unit/simple/increment_my_neighbor)

src/tests/unit/sync/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ target_link_libraries(duplicate_syncimages OpenCoarrays)
1313
add_executable(syncimages_status syncimages_status.f90)
1414
target_link_libraries(syncimages_status OpenCoarrays)
1515

16-
add_executable(syncimages_ring syncimages_ring.f90)
17-
target_link_libraries(syncimages_ring OpenCoarrays)
16+
add_executable(sync_image_ring_abort_on_stopped_image sync_image_ring_abort_on_stopped_image.f90)
17+
target_link_libraries(sync_image_ring_abort_on_stopped_image OpenCoarrays)

0 commit comments

Comments
 (0)