Skip to content

Commit

Permalink
ci: run make check before fuzzing
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Palus <[email protected]>
  • Loading branch information
jpalus committed Dec 8, 2024
1 parent 3c5292b commit d94bb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fuzzing/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git config --global --add safe.directory /crun
git clean -fdx
./autogen.sh
./configure --enable-embedded-yajl HFUZZ_CC_UBSAN=1 HFUZZ_CC_ASAN=1 CC=hfuzz-clang CPPFLAGS="-D FUZZER" CFLAGS="-ggdb3 -fsanitize-coverage=trace-pc-guard,trace-cmp,trace-div,indirect-calls"
make -j "$(nproc)"
make -j "$(nproc)" check

mkdir rootfs
mkdir random-data
Expand Down

0 comments on commit d94bb21

Please sign in to comment.