packages/net/knot/files/runtests.sh
Daniel Salzman 603c7b9815 knot: simplify tests installation and execution
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00

8 lines
94 B
Bash

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