mirror of https://github.com/google/oss-fuzz.git
c-ares: disable tests to make build fuzz introspector compatible (#9572)
The tests are not needed for fuzzing and avoiding to compile them makes the build Fuzz Introspector compatible
This commit is contained in:
parent
43ddddb16c
commit
01481832fc
|
@ -17,7 +17,7 @@
|
|||
|
||||
# Build the project.
|
||||
./buildconf
|
||||
./configure --enable-debug
|
||||
./configure --enable-debug --disable-tests
|
||||
make clean
|
||||
make -j$(nproc) V=1 all
|
||||
|
||||
|
|
Loading…
Reference in New Issue