Skip to content

Commit 8eaa1a9

Browse files
committed
[Isse-292] Move running of test for send_with_vector_index to the general section.
1 parent ecf1e34 commit 8eaa1a9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -665,14 +665,10 @@ if(opencoarrays_aware_compiler)
665665
send_convert_nums.f90")
666666
endif()
667667
if((NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.3.0) OR (CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER}))
668-
if(NOT DEFINED ENV{TRAVIS})
669-
add_caf_test(send_with_vector_index 2 send_with_vector_index) # Hang times out on Travis-CI
670-
endif()
671668
add_caf_test(send_convert_char_array 2 send_convert_char_array)
672669
else()#if((CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER}))
673670
message( AUTHOR_WARNING "Skipping the following tests to GFortran < 7.3.0 lack of compatibility:
674-
send_convert_char_array.f90
675-
send_with_vector_index.f90")
671+
send_convert_char_array.f90")
676672
endif()
677673
endif()
678674

@@ -688,6 +684,7 @@ if(opencoarrays_aware_compiler)
688684
# Pure send tests
689685
add_caf_test(send_array 2 send_array)
690686
add_caf_test(convert-before-put 3 convert-before-put)
687+
add_caf_test(send_with_vector_index 2 send_with_vector_index)
691688

692689
# Pure sendget tests
693690
add_caf_test(strided_sendget 3 strided_sendget)

0 commit comments

Comments
 (0)