Changeset 41340 for trunk/Ohana/src/opihi/cmd.basic/test/macro.sh
- Timestamp:
- Apr 16, 2020, 1:54:47 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/test/macro.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/test/macro.sh
r41160 r41340 7 7 # Is the macro working? 8 8 macro test_prep 9 $test_var1 = check110 $test_var2 = check211 $var_count = $012 end13 14 # Is the macro working?15 macro test_local16 local test_var test_var2 var_count17 18 9 $test_var1 = check1 19 10 $test_var2 = check2 … … 56 47 end 57 48 end 58 59 # Memory Test for macro60 macro memtest261 62 $i = 063 test_prep64 65 memory check66 for i 0 1000067 test_prep68 end69 memory check70 71 end72 73 # Memory Test for macro74 macro memtest375 76 $i = 077 test_local78 79 memory check80 for i 0 1000081 test_local82 end83 memory check84 85 end
Note:
See TracChangeset
for help on using the changeset viewer.
