]>
git.saurik.com Git - apt.git/blob - triehash/tests/run-tests.sh
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