Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
347 changes: 0 additions & 347 deletions buildconf

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/compile_fuzzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export INSTALLDIR=$1
[[ -d ${INSTALLDIR} ]] || exit 1

# Build the fuzzers.
${BUILD_ROOT}/buildconf || exit 2
autoreconf -fi || exit 2
${BUILD_ROOT}/configure ${CODE_COVERAGE_OPTION} || exit 3
make || exit 4
make check || exit 5