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()
162
162
find_program ( JSONLINT jsonlint )
163
163
find_program ( DIFF diff )
164
164
set ( 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 )
167
169
168
170
# Validate input
169
171
if ( JSONLINT )
You can’t perform that action at this time.
0 commit comments