To build these tests, build with the cmake option KDE4_BUILD_TESTS=ON.

To run all these tests, enter the command 'ctest'.

To run a single test on a single test file, use the 'runsingletestcase.pl' script:

   runsingletestcase.pl testprog code datafile

where testprog = full path to the desired test program (e.g. /path/to/testrecurrence)
      code     = test keyword which is appended to the test file name to create the output
                 file name. E.g. with a test file "${DIR}/rdate.ics" and a code of
                 "next", the test output will be stored in "${DIR}/rdate.ics.next.out".
      datafile = full path to test data file, e.g. /path/to/rdate.ics.
