Skip to content

Commit 51976c1

Browse files
committed
Fixes CMake for jf_test_9.f90
1 parent 333a9f8 commit 51976c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ if ( ENABLE_TESTS )
165165
configure_file ( ${CMAKE_SOURCE_DIR}/files/test5.json ${DATA_DIR}/test5.json COPYONLY )
166166
configure_file ( ${CMAKE_SOURCE_DIR}/files/invalid.json ${DATA_DIR}/invalid.json COPYONLY )
167167
configure_file ( ${CMAKE_SOURCE_DIR}/files/invalid2.json ${DATA_DIR}/invalid2.json COPYONLY )
168+
configure_file ( ${CMAKE_SOURCE_DIR}/files/big.json ${DATA_DIR}/big.json COPYONLY )
169+
configure_file ( ${CMAKE_SOURCE_DIR}/files/random1.json ${DATA_DIR}/random1.json COPYONLY )
168170

169171
set_directory_properties ( PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES
170172
"${DATA_DIR}/test2.json;${DATA_DIR}/test4.json" )

0 commit comments

Comments
 (0)