wunzip tests and testing script

This commit is contained in:
Remzi Arpaci-Dusseau
2019-02-16 08:13:40 -05:00
parent 396a3565cf
commit 3fce0c3ac2
39 changed files with 36892 additions and 0 deletions

View File

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