wzip tests

This commit is contained in:
Remzi Arpaci-Dusseau
2019-02-16 08:06:01 -05:00
parent aaa4f45784
commit 6cb2958151
42 changed files with 36908 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#! /bin/bash
if ! [[ -x wzip ]]; then
echo "wzip executable does not exist"
exit 1
fi
../../tester/run-tests.sh $*