Skip to content

Commit

Permalink
Merge pull request #74 from zbeekman/unit-tests-fix
Browse files Browse the repository at this point in the history
Fixes CMake for jf_test_9.f90
  • Loading branch information
jacobwilliams committed Mar 3, 2015
2 parents 333a9f8 + 51976c1 commit b14f1ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ if ( ENABLE_TESTS )
configure_file ( ${CMAKE_SOURCE_DIR}/files/test5.json ${DATA_DIR}/test5.json COPYONLY )
configure_file ( ${CMAKE_SOURCE_DIR}/files/invalid.json ${DATA_DIR}/invalid.json COPYONLY )
configure_file ( ${CMAKE_SOURCE_DIR}/files/invalid2.json ${DATA_DIR}/invalid2.json COPYONLY )
configure_file ( ${CMAKE_SOURCE_DIR}/files/big.json ${DATA_DIR}/big.json COPYONLY )
configure_file ( ${CMAKE_SOURCE_DIR}/files/random1.json ${DATA_DIR}/random1.json COPYONLY )

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

0 comments on commit b14f1ab

Please sign in to comment.