Commit 8721f189f839276e021136deb3474834258ad8f3

Authored by Jay Berkenbilt
1 parent ecca87d7

Move qpdf_fuzzer tests to the end

This makes it faster to iterate on the other ones.
Showing 1 changed file with 1 additions and 1 deletions
fuzz/qtest/fuzz.test
... ... @@ -19,7 +19,6 @@ my $qpdf_n_files = ($qpdf_n_test_files +
19 19  
20 20  
21 21 my @fuzzers = (
22   - ['qpdf' => $qpdf_n_files],
23 22 ['ascii85' => 1],
24 23 ['dct' => 1],
25 24 ['flate' => 1],
... ... @@ -28,6 +27,7 @@ my @fuzzers = (
28 27 ['pngpredictor' => 1],
29 28 ['runlength' => 6],
30 29 ['tiffpredictor' => 1],
  30 + ['qpdf' => $qpdf_n_files],
31 31 );
32 32  
33 33 my $n_tests = 0;
... ...