We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c4139 commit 2b3a60bCopy full SHA for 2b3a60b
CMakeLists.txt
@@ -246,7 +246,7 @@ if ( ENABLE_TESTS )
246
# Validate input
247
if ( JSONLINT )
248
file ( GLOB JSON_INPUTS "${DATA_DIR}/inputs/*.json" )
249
- file ( GLOB INVALID_JSON "${DATA_DIR}/inputs/*invalid*.json" )
+ file ( GLOB INVALID_JSON "${DATA_DIR}/inputs/*invalid*.json" "${DATA_DIR}/inputs/comments.json")
250
251
list ( REMOVE_ITEM JSON_INPUTS ${INVALID_JSON} )
252
list ( REMOVE_ITEM JSON_INPUTS "${DATA_DIR}/inputs/big.json" ) # This takes too long and is valid
0 commit comments