source: mainline/uspace/dist/src/bithenge/test.bdsh

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 
1bithenge basic.bh basic.dat | to /tmp/bithenge-test.out
2cmp basic.out /tmp/bithenge-test.out
3
4bithenge bits.bh bits.dat | to /tmp/bithenge-test.out
5cmp bits.out /tmp/bithenge-test.out
6
7bithenge cond.bh cond.dat | to /tmp/bithenge-test.out
8cmp cond.out /tmp/bithenge-test.out
9
10bithenge expression.bh expression.dat | to /tmp/bithenge-test.out
11cmp expression.out /tmp/bithenge-test.out
12
13bithenge fat.bh fat.dat | to /tmp/bithenge-test.out
14cmp fat.out /tmp/bithenge-test.out
15
16bithenge repeat.bh repeat.dat | to /tmp/bithenge-test.out
17cmp repeat.out /tmp/bithenge-test.out
18
19bithenge trip.bh trip.dat | to /tmp/bithenge-test.out
20cmp trip.out /tmp/bithenge-test.out
21
22bithenge usbdesc.bh usbdesc.kbd.dat | to /tmp/bithenge-test.out
23cmp usbdesc.kbd.out /tmp/bithenge-test.out
24
25echo Success
Note: See TracBrowser for help on using the repository browser.