Last change
on this file was 5e514c0, checked in by Sean Bartell <wingedtachikoma@…>, 13 years ago |
Bithenge: add bdsh test script for HelenOS
|
-
Property mode
set to
100644
|
File size:
782 bytes
|
Line | |
---|
1 | bithenge basic.bh basic.dat | to /tmp/bithenge-test.out
|
---|
2 | cmp basic.out /tmp/bithenge-test.out
|
---|
3 |
|
---|
4 | bithenge bits.bh bits.dat | to /tmp/bithenge-test.out
|
---|
5 | cmp bits.out /tmp/bithenge-test.out
|
---|
6 |
|
---|
7 | bithenge cond.bh cond.dat | to /tmp/bithenge-test.out
|
---|
8 | cmp cond.out /tmp/bithenge-test.out
|
---|
9 |
|
---|
10 | bithenge expression.bh expression.dat | to /tmp/bithenge-test.out
|
---|
11 | cmp expression.out /tmp/bithenge-test.out
|
---|
12 |
|
---|
13 | bithenge fat.bh fat.dat | to /tmp/bithenge-test.out
|
---|
14 | cmp fat.out /tmp/bithenge-test.out
|
---|
15 |
|
---|
16 | bithenge repeat.bh repeat.dat | to /tmp/bithenge-test.out
|
---|
17 | cmp repeat.out /tmp/bithenge-test.out
|
---|
18 |
|
---|
19 | bithenge trip.bh trip.dat | to /tmp/bithenge-test.out
|
---|
20 | cmp trip.out /tmp/bithenge-test.out
|
---|
21 |
|
---|
22 | bithenge usbdesc.bh usbdesc.kbd.dat | to /tmp/bithenge-test.out
|
---|
23 | cmp usbdesc.kbd.out /tmp/bithenge-test.out
|
---|
24 |
|
---|
25 | echo Success
|
---|
Note:
See
TracBrowser
for help on using the repository browser.