Skip to content

Commit

Permalink
test: add wuffs to oss-fuzz testing (#291)
Browse files Browse the repository at this point in the history
To prevent regression of:
#288

Ref: #41
  • Loading branch information
DavidKorczynski authored May 28, 2022
1 parent 2335ba4 commit f19aa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oss_fuzz_integration/test_projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ NEW_TEST_DIR="$TEST_REPORT_NAME$NEW_TEST_COUNT"
echo "NEW_TEST_DIR: $NEW_TEST_DIR"
mkdir $NEW_TEST_DIR

for fuzzname in leveldb htslib unrar jsoncpp tarantool fio; do
for fuzzname in leveldb htslib unrar jsoncpp tarantool fio wuffs; do
echo "Testing $fuzzname"
python3 ${SCRIPT_DIR}/get_full_coverage.py $fuzzname 10 > get_coverage.log 2>&1
python3 ./infra/helper.py build_fuzzers --sanitizer=introspector $fuzzname > build_introspector.log 2>&1
Expand Down

0 comments on commit f19aa7e

Please sign in to comment.