Skip to content

Commit f4b05ac

Browse files
authored
Merge pull request #48 from pdebuyl/cmake_copy_dat_files
copy the test datafiles for test_loadtxt
2 parents 8ef2f81 + 0257ff5 commit f4b05ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/loadtxt/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ target_link_libraries(test_savetxt fortran_stdlib)
1010

1111
add_test(test_loadtxt ${PROJECT_BINARY_DIR}/test_loadtxt)
1212
add_test(test_savetxt ${PROJECT_BINARY_DIR}/test_savetxt)
13+
14+
file(COPY array1.dat array2.dat array3.dat array4.dat
15+
DESTINATION ${CMAKE_CURRENT_BINARY_DIR})

0 commit comments

Comments
 (0)