knot: simplify tests installation and execution

Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
This commit is contained in:
Daniel Salzman
2017-08-01 11:51:10 +02:00
parent 207de88a2c
commit 603c7b9815
2 changed files with 17 additions and 30 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
cd `dirname "$0"`/tests
../tap/runtests -b /tmp ./contrib/test_* ./dnssec/test_* ./libknot/test_* ./modules/test_* ./utils/test_* ./test_*
../tap/runtests -b /tmp ./*test_*
ret=$?
cd -