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,7 +19,6 @@ my $qpdf_n_files = ($qpdf_n_test_files +
19 19
20 20
21 my @fuzzers = ( 21 my @fuzzers = (
22 - ['qpdf' => $qpdf_n_files],  
23 ['ascii85' => 1], 22 ['ascii85' => 1],
24 ['dct' => 1], 23 ['dct' => 1],
25 ['flate' => 1], 24 ['flate' => 1],
@@ -28,6 +27,7 @@ my @fuzzers = ( @@ -28,6 +27,7 @@ my @fuzzers = (
28 ['pngpredictor' => 1], 27 ['pngpredictor' => 1],
29 ['runlength' => 6], 28 ['runlength' => 6],
30 ['tiffpredictor' => 1], 29 ['tiffpredictor' => 1],
  30 + ['qpdf' => $qpdf_n_files],
31 ); 31 );
32 32
33 my $n_tests = 0; 33 my $n_tests = 0;