File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
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 )
Original file line number Diff line number Diff line change 32
32
# warning #7601: F2008 standard does not allow an internal procedure to be an actual argument procedure name. (R1214.4).
33
33
# In the context of F2008 this is an erroneous warning.
34
34
# See https://prd1idz.cps.intel.com/en-us/forums/topic/486629
35
- FCOMPILERFLAGS= ' -c -O2 -warn -stand f08 -diag-disable 7601 -traceback'
35
+ FCOMPILERFLAGS=' -c -O2 -warn -stand f08 -diag-disable 7601 -traceback'
36
36
# FCOMPILERFLAGS='-c -O2 -warn -traceback -stand f08 -assume protect_parens -assume buffered_io -check all'
37
37
38
38
else
You can’t perform that action at this time.
0 commit comments