Move qpdf_fuzzer tests to the end

This makes it faster to iterate on the other ones.
This commit is contained in:
Jay Berkenbilt 2019-08-25 21:28:07 -04:00
parent ecca87d73c
commit 8721f189f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;