Skip to content

Commit 36e9926

Browse files
committed
Add forgotten json test files
- invalid.json - invalid2.json
1 parent 13ee59c commit 36e9926

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,10 @@ enable_testing()
162162
find_program ( JSONLINT jsonlint )
163163
find_program ( DIFF diff )
164164
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 )
167169

168170
# Validate input
169171
if ( JSONLINT )

0 commit comments

Comments
 (0)