diff options
Diffstat (limited to 'test.cmd')
-rw-r--r-- | test.cmd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test.cmd b/test.cmd new file mode 100644 index 0000000..f7bc866 --- /dev/null +++ b/test.cmd | |||
@@ -0,0 +1,9 @@ | |||
1 | @rem | ||
2 | @rem OS/2 test driver for bzip2 | ||
3 | @rem | ||
4 | type words1 | ||
5 | .\bzip2 -1 < sample1.ref > sample1.rbz | ||
6 | .\bzip2 -2 < sample2.ref > sample2.rbz | ||
7 | .\bzip2 -dvv < sample1.bz2 > sample1.tst | ||
8 | .\bzip2 -dvv < sample2.bz2 > sample2.tst | ||
9 | type words3sh \ No newline at end of file | ||