diff options
author | Jonathan Foote <jmfoote@loyola.edu> | 2018-01-03 01:08:15 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2018-01-03 11:21:41 +0100 |
commit | 32df4b2a0ef3637a25431673762f92f890dc18d2 (patch) | |
tree | 787927f9c9985fbb9024dbe56810775a05de3504 /tests-fuzz/check | |
parent | mod-synthrecord: mute uninitialized warning (diff) | |
download | knot-32df4b2a0ef3637a25431673762f92f890dc18d2.tar.xz knot-32df4b2a0ef3637a25431673762f92f890dc18d2.zip |
tests-fuzz: remove _libfuzzer from fuzz binaries
Diffstat (limited to 'tests-fuzz/check')
-rwxr-xr-x | tests-fuzz/check/check_fuzzers.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests-fuzz/check/check_fuzzers.test b/tests-fuzz/check/check_fuzzers.test index 9193eec00..aa46f5f2d 100755 --- a/tests-fuzz/check/check_fuzzers.test +++ b/tests-fuzz/check/check_fuzzers.test @@ -5,5 +5,5 @@ set -e -./packet_libfuzzer check/sample-seed.pkt -./zscanner_libfuzzer check/sample-seed.pkt +./fuzz_packet check/sample-seed.pkt +./fuzz_zscanner check/sample-seed.pkt |