File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ enable_testing()
6969add_subdirectory (dependencies )
7070add_subdirectory (tools )
7171add_subdirectory (tests )
72+ add_subdirectory (scripts )
7273add_subdirectory (benchmark )
7374
7475# for fuzzing, read the comments in the fuzz/CMakeLists.txt file
Original file line number Diff line number Diff line change 1+ add_test (
2+ NAME issue150
3+ COMMAND ${PROJECT_SOURCE_DIR} /scripts/issue150.sh
4+ WORKING_DIRECTORY $<TARGET_FILE_DIR :allparserscheckfile >
5+ )
Original file line number Diff line number Diff line change 11#! /bin/bash
22SCRIPTPATH=" $( cd " $( dirname " $0 " ) " ; pwd -P ) "
3- cd $SCRIPTPATH /..
4- for i in jsonchecker/adversarial/issue150/* .json ; do
3+ for i in $SCRIPTPATH /../jsonchecker/adversarial/issue150/* .json ; do
54 echo $i ;
65 ./allparserscheckfile -m $i ;
76 if [ $? -ne 0 ];
You can’t perform that action at this time.
0 commit comments