source: php/trunk/unittest/help.txt@ 48

Last change on this file since 48 was 48, checked in by cla, 14 years ago

rdfint

  • added comment on RDF Testcase spec page
  • Property svn:eol-style set to native
File size: 545 bytes
Line 
1
2 makefile for unittests of RDFInt.PHP
3
4 Valid targets/symbols:
5
6 help - display this help
7 list - list names of testcases
8
9 all - execute all testcases (lib && rdf)
10
11 lib - execute all library testcases
12 lib TESTCASE=<name> - execute specified library testcase
13
14 rdf - execute all of selected RDF testcases of W3C
15 rdf TESTCASE=<name> - execute specified RDF testcase
16
17 For information on RDF Testcases see: http://www.w3.org/TR/rdf-testcases/
18
19
20
Note: See TracBrowser for help on using the repository browser.