- Timestamp:
- Sep 4, 2012, 1:22:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/Ohana/src/addstar/test/tap.dvo
r33653 r34383 2 2 3 3 if (not($?TAP_BREAK)) set TAP_BREAK = 0 4 if (not($?TAP_VERBOSE)) set TAP_VERBOSE = 0 4 5 5 6 macro tapOK … … 10 11 11 12 if ($1) 12 echo "ok : $2" 13 if ($TAP_VERBOSE) 14 echo "ok : $2" 15 end 13 16 $TAP_LAST = 1 14 17 else … … 42 45 end 43 46 44 $TAP_NSKIP + +45 $TAP_NDONE + +47 $TAP_NSKIP += $1 48 $TAP_NDONE += $1 46 49 end 47 50
Note:
See TracChangeset
for help on using the changeset viewer.
