mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 15:17:29 +00:00
Move qpdf_fuzzer tests to the end
This makes it faster to iterate on the other ones.
This commit is contained in:
parent
ecca87d73c
commit
8721f189f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user