~ubuntu-branches/ubuntu/quantal/kdepimlibs/quantal-proposed

« back to all changes in this revision

Viewing changes to kcal/tests/README

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-09-06 22:45:39 UTC
  • Revision ID: james.westby@ubuntu.com-20060906224539-fiq8t03qdbqu7z3i
Tags: upstream-3.80.1
ImportĀ upstreamĀ versionĀ 3.80.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
To build these tests, build with the cmake option KDE4_BUILD_TESTS=ON.
 
2
 
 
3
To run all these tests, enter the command 'ctest'.
 
4
 
 
5
To run a single test on a single test file, use the 'runsingletestcase.pl' script:
 
6
 
 
7
   runsingletestcase.pl testprog code datafile
 
8
 
 
9
where testprog = full path to the desired test program (e.g. /path/to/testrecurrence)
 
10
      code     = test keyword which is appended to the test file name to create the output
 
11
                 file name. E.g. with a test file "${DIR}/rdate.ics" and a code of
 
12
                 "next", the test output will be stored in "${DIR}/rdate.ics.next.out".
 
13
      datafile = full path to test data file, e.g. /path/to/rdate.ics.