add test-wcat.sh wrapper, and README

This commit is contained in:
Remzi Arpaci-Dusseau
2019-02-15 05:52:26 -06:00
parent 1263861376
commit ae105d7929
2 changed files with 17 additions and 2 deletions

View File

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