Skip to content

Commit

Permalink
fix ordering of test-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
dareg committed Oct 10, 2024
1 parent 0981ae4 commit d6d65df
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ target_compile_definitions( main.x PRIVATE $<${HAVE_CUDA}:_CUDA> )

## Unit tests
list(APPEND TEST_FILES
test_legacy.F90
test_field_array.F90
gather_scatter_lastdim.F90
reshuffle_lastdim.F90
test_lastdim.F90
test_statistics.F90
test_sizeof.F90
test_bc.F90
reshuffle.F90
test_wrappernosynconfinal.F90
test_field1d.F90
test_pinned.F90
async_host.F90
cpu_to_gpu.F90
cpu_to_gpu_delayed_init_value.F90
Expand All @@ -47,6 +35,7 @@ list(APPEND TEST_FILES
final_wrapper.F90
final_wrapper_gpu.F90
gather_scatter.F90
gather_scatter_lastdim.F90
get_dims.F90
get_stats.F90
get_view.F90
Expand Down Expand Up @@ -75,16 +64,27 @@ list(APPEND TEST_FILES
no_transfer_get_device.F90
no_transfer_get_host.F90
pointer_to_owner_wrapper.F90
reshuffle.F90
reshuffle_lastdim.F90
resize_owner.F90
resize_owner2.F90
sync_device.F90
sync_host.F90
test_bc.F90
test_crc64.F90
wrapper_modify_gpu.F90
test_field1d.F90
test_field_array.F90
test_field_delete_on_null.F90
test_gang.F90
test_get_device_data_wronly.F90
test_host_mem_pool.F90
test_field_delete_on_null.F90
test_lastdim.F90
test_legacy.F90
test_pinned.F90
test_sizeof.F90
test_statistics.F90
test_wrappernosynconfinal.F90
wrapper_modify_gpu.F90
)

#Place-holder for failing tests
Expand Down

0 comments on commit d6d65df

Please sign in to comment.