Files
packages/net/knot/files/runtests.sh
T
2016-02-15 12:51:53 +01:00

9 lines
109 B
Bash

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