Ignore:
Timestamp:
Aug 7, 2011, 5:32:37 PM (14 years ago)
Author:
cla
Message:
  • adapted main makefile to new rdftestcases makefile
Location:
php/trunk/unittest/rdftestcases
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/unittest/rdftestcases/makefile

    r65 r66  
    4343# - - - - - - - - - - - - - - - - - -
    4444
     45
     46ifneq ($(TESTCASE),)
     47testcase:
     48        @echo Specific Testcase execution not yet implemented!
     49endif
     50
    4551help:
    4652        @$(CAT) help.txt
     
    5359listverbose:
    5460        @php action.php listverbose
    55        
     61
    5662listexceptions:
    5763        @echo Testcase exceptions
  • php/trunk/unittest/rdftestcases/rdftestcases.php

    r65 r66  
    163163
    164164    // now list cases
    165     echo "Categories of RDF Test Cases:\n";
    166165    foreach ($categories as $category) {
    167166      if ($verbose) {
Note: See TracChangeset for help on using the changeset viewer.