mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
dfbf03a1f5
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
9 lines
175 B
Bash
9 lines
175 B
Bash
#!/bin/sh
|
|
|
|
cd `dirname "$0"`/tests
|
|
../tap/runtests -b /tmp ./contrib/test_* ./dnssec/test_* ./libknot/test_* ./modules/test_* ./utils/test_* ./test_*
|
|
ret=$?
|
|
cd -
|
|
|
|
return $ret
|