File: README

package info (click to toggle)
kcalcore 4%3A18.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,704 kB
  • sloc: cpp: 22,533; perl: 136; sh: 11; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
To build these tests, build with the cmake option KDE4_BUILD_TESTS=ON.

To run all these tests, enter the command 'ctest'.
Details of failed tests are output to FAILED.log, and in the case of recurrence tests,
to the .out files equivalent to the .ref files containing the expected results.

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.