[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:
Daniel Salzman 2018-07-03 16:04:31 +02:00 committed by Abhishek Arya
parent 92907b084b
commit 6bd5fdaff9
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ autoreconf -if
make -j$(nproc) make -j$(nproc)
cd $SRC/knot-dns/tests-fuzz cd $SRC/knot-dns/tests-fuzz
make check 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 # Set up fuzzing seeds