File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,10 @@ enable_testing()
162162find_program ( JSONLINT jsonlint )
163163find_program ( DIFF diff )
164164set ( DATA_DIR ${CMAKE_BINARY_DIR} /files )
165- configure_file ( ${CMAKE_SOURCE_DIR} /files /test1.json ${DATA_DIR} /test1.json COPYONLY )
166- configure_file ( ${CMAKE_SOURCE_DIR} /files /test5.json ${DATA_DIR} /test5.json COPYONLY )
165+ configure_file ( ${CMAKE_SOURCE_DIR} /files /test1.json ${DATA_DIR} /test1.json COPYONLY )
166+ configure_file ( ${CMAKE_SOURCE_DIR} /files /test5.json ${DATA_DIR} /test5.json COPYONLY )
167+ configure_file ( ${CMAKE_SOURCE_DIR} /files /invalid.json ${DATA_DIR} /invalid.json COPYONLY )
168+ configure_file ( ${CMAKE_SOURCE_DIR} /files /invalid2.json ${DATA_DIR} /invalid2.json COPYONLY )
167169
168170# Validate input
169171if ( JSONLINT )
You can’t perform that action at this time.
0 commit comments