mirror of https://github.com/google/oss-fuzz.git
[proj4] fix coverage builds (#1797)
This commit is contained in:
parent
91b44185ac
commit
4a833975c6
|
@ -18,7 +18,7 @@
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
make clean -s
|
make clean -s
|
||||||
make -j$(nproc) -s
|
(cd src && make -j$(nproc) -s)
|
||||||
|
|
||||||
./test/fuzzers/build_google_oss_fuzzers.sh
|
./test/fuzzers/build_google_oss_fuzzers.sh
|
||||||
./test/fuzzers/build_seed_corpus.sh
|
./test/fuzzers/build_seed_corpus.sh
|
||||||
|
|
Loading…
Reference in New Issue