add new fuzzers for print_json and dump_raw_tape (#416)

after looking at the coverage report available at
https://storage.googleapis.com/oss-fuzz-coverage/simdjson/reports/20191222/linux/src/simdjson/report.html
This commit is contained in:
Paul Dreik
2019-12-27 19:42:44 +01:00
committed by Daniel Lemire
parent 27293cc1c1
commit 4da06830f1
8 changed files with 154 additions and 60 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
allfuzzers: parser dump
allfuzzers: parser dump dump_raw_tape print_json
artifactsprefix: -artifact_prefix=fuzzfailure/
steps:
- name: Install packages necessary for building