]>
git.saurik.com Git - apt.git/blob - triehash/tests/run-tests.sh
b9c1ec30945ee69524e43c87c0c20370e6eb35ee
2 DIR
=$(dirname $(readlink -f $0))
4 # Let's go into triehash.pl's dir
9 count
=$(cd "$DIR" && echo test-* | wc -w)
12 for test in $DIR/test-*; do
13 echo "[$i/$count] Running testcase $test"
14 if ! $test > test.summary
2>&1; then