mirror of https://github.com/google/oss-fuzz.git
[knot-dns] Add dname to/from string tests (#1590)
Relates to https://gitlab.labs.nic.cz/knot/knot-dns/commit/6536d71bdf590c8
This commit is contained in:
parent
92907b084b
commit
6bd5fdaff9
|
@ -67,7 +67,7 @@ autoreconf -if
|
|||
make -j$(nproc)
|
||||
cd $SRC/knot-dns/tests-fuzz
|
||||
make check
|
||||
/bin/bash ../libtool --mode=install /usr/bin/install -c fuzz_packet fuzz_zscanner "$OUT"
|
||||
/bin/bash ../libtool --mode=install /usr/bin/install -c fuzz_packet fuzz_zscanner fuzz_dname_to_str fuzz_dname_from_str "$OUT"
|
||||
|
||||
|
||||
# Set up fuzzing seeds
|
||||
|
|
Loading…
Reference in New Issue