source: php/trunk/unittest/help.txt

Last change on this file was 66, checked in by cla, 14 years ago
  • adapted main makefile to new rdftestcases makefile
  • Property svn:eol-style set to native
File size: 602 bytes
RevLine 
[5]1
[40]2 makefile for unittests of RDFInt.PHP
[5]3
4 Valid targets/symbols:
5
[9]6 help - display this help
[66]7 list - list categories of testcases
[5]8
[55]9 all - execute all unittests (lib && rdf)
[9]10
[55]11 lib - execute all library specific unittests
12 lib TESTCASE=<name> - execute given library specific unittests
[9]13
[55]14 rdf - execute all of selected unitests related to W3C RDF Test Cases
15 rdf TESTCASE=<name> - execute given unittest related to W3C RDF Test Case
[9]16
[55]17 For information on RDF Test Cases see: http://www.w3.org/TR/rdf-testcases/
[9]18
19
[55]20
Note: See TracBrowser for help on using the repository browser.