knot: update to 2.3.0

Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
This commit is contained in:
Daniel Salzman
2016-08-16 16:44:26 +02:00
parent c0380de80e
commit dfbf03a1f5
3 changed files with 264 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
cd `dirname "$0"`/tests
../tap/runtests -b /tmp ./dnssec_test_* ./test_*
../tap/runtests -b /tmp ./contrib/test_* ./dnssec/test_* ./libknot/test_* ./modules/test_* ./utils/test_* ./test_*
ret=$?
cd -