Ignore:
Timestamp:
Jul 11, 2011, 8:04:47 PM (14 years ago)
Author:
cla
Message:

rdfint

  • reworked phony targets in unittest makefile
  • added support for RDF testcases
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/unittest/help.txt

    r5 r9  
    44 Valid targets/symbols:
    55
    6    help            - display this help
    7    all             - execute all unittests
    8    TESTCASE=<name> - execute specific testcase
     6   help                - display this help
     7   list                - list names of testcases
    98
     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
     18
Note: See TracChangeset for help on using the changeset viewer.