|
|
@ -4,7 +4,21 @@ the directory tiffs_should_pass/ contains TIFF-files that should generally be |
|
|
|
valid. This does not mean that they have to be valid against every profile. |
|
|
|
|
|
|
|
Rudimentary tests are available in the t/ directory to check the correctness of |
|
|
|
checkit_tiff using Perl. The call looks like this: |
|
|
|
checkit_tiff using Perl. |
|
|
|
|
|
|
|
It needs the following Perl modules (in brackets the debian module): |
|
|
|
|
|
|
|
* Data::Printer (libdata-printer-perl) |
|
|
|
* Exporter (perl-base) |
|
|
|
* File::Path (perl-base) |
|
|
|
* File::Slurp (libfile-slurp-perl) |
|
|
|
* File::Spec (perl-base) |
|
|
|
* IPC::Open3 (perl-base) |
|
|
|
* POSIX (perl-base) |
|
|
|
* Test::More (perl-modules-XXX with XXX as Perl-version ) |
|
|
|
|
|
|
|
|
|
|
|
The call looks like this: |
|
|
|
|
|
|
|
$> cd t/ |
|
|
|
$> perl -I./ test_grammar.t && echo "fine!" |
|
|
|