Regression test suite for libetonyek, used for importig Apple iWork documents.
This is a regression test suite for libetonyek. To run the tests, issue:
./regression.pl
on the command line (add --help to see possible options).
The list of files in regression.in, could be updated on Linux with command:
cd testset/Keynote find . -type d -exec sh -c 'ls {} | grep \.key\$ > {}/regression.in' {} \; cd testset/Numbers find . -type d -exec sh -c 'ls {} | grep \.numbers\$ > {}/regression.in' {} \; cd testset/Pages find . -type d -exec sh -c 'ls {} | grep \.pages\$ > {}/regression.in' {} \;
The test files are licensed under the terms of CC-BY-SA 4.0.