Changeset 66 for php/trunk/unittest/rdftestcases/makefile
- Timestamp:
- Aug 7, 2011, 5:32:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/unittest/rdftestcases/makefile
r65 r66 43 43 # - - - - - - - - - - - - - - - - - - 44 44 45 46 ifneq ($(TESTCASE),) 47 testcase: 48 @echo Specific Testcase execution not yet implemented! 49 endif 50 45 51 help: 46 52 @$(CAT) help.txt … … 53 59 listverbose: 54 60 @php action.php listverbose 55 61 56 62 listexceptions: 57 63 @echo Testcase exceptions
Note:
See TracChangeset
for help on using the changeset viewer.