mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Add encryption to performance testing
This commit is contained in:
parent
77198d5310
commit
91a7115228
@ -15,6 +15,7 @@ my @tests = (
|
||||
['split pages', ['--split-pages', '--remove-unreferenced-resources=no']],
|
||||
['shared resource check', ['--split-pages', '--remove-unreferenced-resources=auto']],
|
||||
['linearize', ['--linearize']],
|
||||
['encrypt', ['--encrypt', 'u', 'o', '256', '--']],
|
||||
);
|
||||
|
||||
# If arg is not found in help output, look here. If not here, skip test.
|
||||
|
Loading…
Reference in New Issue
Block a user