We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0341490 commit fd83172Copy full SHA for fd83172
src/tests/unit/send-get/CMakeLists.txt
@@ -5,8 +5,8 @@ caf_compile_executable(get_array get_array_test.f90)
5
6
caf_compile_executable(get_self sameloc.f90)
7
caf_compile_executable(send_array send_array_test.f90)
8
-caf_compile_exectuable(send_convert_char_array send_convert_char_array.f90)
9
-caf_compile_exectuable(send_convert_nums send_convert_nums.f90)
+caf_compile_executable(send_convert_char_array send_convert_char_array.f90)
+caf_compile_executable(send_convert_nums send_convert_nums.f90)
10
caf_compile_executable(get_with_offset_1d get_with_offset_1d.f90)
11
caf_compile_executable(whole_get_array whole_get_array.f90)
12
caf_compile_executable(strided_get strided_get.f90)
0 commit comments