diff options
author | Julian Seward <jseward@acm.org> | 1997-08-07 22:13:13 +0200 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 1997-08-07 22:13:13 +0200 |
commit | 33d134030248633ffa7d60c0a35a783c46da034b (patch) | |
tree | b760dc34185dccc7054989c1472478574223cc31 /test.bat | |
download | bzip2-0.1.tar.gz bzip2-0.1.tar.bz2 bzip2-0.1.zip |
bzip2-0.1bzip2-0.1
Diffstat (limited to '')
-rw-r--r-- | test.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test.bat b/test.bat new file mode 100644 index 0000000..30b747d --- /dev/null +++ b/test.bat | |||
@@ -0,0 +1,9 @@ | |||
1 | @rem | ||
2 | @rem MSDOS 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 | ||