aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-08-26 03:28:07 +0200
committerJay Berkenbilt <ejb@ql.org>2019-08-26 04:52:25 +0200
commit8721f189f839276e021136deb3474834258ad8f3 (patch)
tree59f106673651b34d3f575dd60753dda9dcb02dcb /fuzz
parentecca87d73c918bb52db0cbddf00d7bdb84bdda25 (diff)
downloadqpdf-8721f189f839276e021136deb3474834258ad8f3.tar.zst
Move qpdf_fuzzer tests to the end
This makes it faster to iterate on the other ones.
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/qtest/fuzz.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/qtest/fuzz.test b/fuzz/qtest/fuzz.test
index c08420f8..83756de4 100644
--- a/fuzz/qtest/fuzz.test
+++ b/fuzz/qtest/fuzz.test
@@ -19,7 +19,6 @@ my $qpdf_n_files = ($qpdf_n_test_files +
my @fuzzers = (
- ['qpdf' => $qpdf_n_files],
['ascii85' => 1],
['dct' => 1],
['flate' => 1],
@@ -28,6 +27,7 @@ my @fuzzers = (
['pngpredictor' => 1],
['runlength' => 6],
['tiffpredictor' => 1],
+ ['qpdf' => $qpdf_n_files],
);
my $n_tests = 0;