]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests: make sure the deckard submodules are checked
authorMarek Vavruša <marek.vavrusa@nic.cz>
Tue, 24 Nov 2015 22:11:10 +0000 (23:11 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Tue, 24 Nov 2015 22:11:10 +0000 (23:11 +0100)
tests/deckard
tests/tests.mk

index 604f256f2fdb7028368b875f493092bb9fd4ef13..178715a25997c63b79a58f1e2cbff49bb327ae02 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 604f256f2fdb7028368b875f493092bb9fd4ef13
+Subproject commit 178715a25997c63b79a58f1e2cbff49bb327ae02
index a2a57237862963d235f1398151098104dd4c52e2..29f17aa9d29a2b6c5a3aaef8558eefbf4d1f87be 100644 (file)
@@ -12,6 +12,7 @@ TEMPLATE := template/kresd.j2
 $(deckard_DIR)/Makefile:
        @git submodule update --init
 check-integration: $(deckard_DIR)/Makefile
+       @cd $(deckard_DIR); git submodule update --init
        @make -C $(deckard_DIR) TESTS=$(TESTS) DAEMON=$(abspath daemon/kresd) TEMPLATE=$(TEMPLATE)
 deckard: check-integration