packages/net/knot/files/runtests.sh

10 lines
94 B
Bash
Raw Normal View History

#!/bin/sh
cd `dirname "$0"`/tests
../tap/runtests -b /tmp ./test_*
ret=$?
cd -
return $ret