Skip to content

Commit 2b3a60b

Browse files
committed
attempting to fix cmake build.
1 parent f9c4139 commit 2b3a60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ if ( ENABLE_TESTS )
246246
# Validate input
247247
if ( JSONLINT )
248248
file ( GLOB JSON_INPUTS "${DATA_DIR}/inputs/*.json" )
249-
file ( GLOB INVALID_JSON "${DATA_DIR}/inputs/*invalid*.json" )
249+
file ( GLOB INVALID_JSON "${DATA_DIR}/inputs/*invalid*.json" "${DATA_DIR}/inputs/comments.json")
250250

251251
list ( REMOVE_ITEM JSON_INPUTS ${INVALID_JSON} )
252252
list ( REMOVE_ITEM JSON_INPUTS "${DATA_DIR}/inputs/big.json" ) # This takes too long and is valid

0 commit comments

Comments
 (0)