Regression test suite for libetonyek

Clone this repo:

Branches

  1. a548a95 documentation: convert doc to MD and update regression.in files by Bartosz Kosiorek · 12 months ago master
  2. 3164c49 update result files... by ALONSO Laurent · 7 years ago
  3. 2f0c196 Add some new test files + update result by ALONSO Laurent · 7 years ago
  4. aacdc43 Add some files with complex group + update result... by ALONSO Laurent · 7 years ago
  5. a9702a5 add a new Keynote 7 files + update results... by ALONSO Laurent · 7 years ago

Regression test suite for libetonyek

Regression test suite for libetonyek, used for importig Apple iWork documents.

Running regression tests

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' {} \;

License

The test files are licensed under the terms of CC-BY-SA 4.0.