]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests: renamed config_template -> kresd.j2
authorMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 6 Aug 2015 17:08:38 +0000 (19:08 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 6 Aug 2015 17:08:44 +0000 (19:08 +0200)
.gitignore
tests/integration.mk
tests/kresd.j2 [moved from tests/config_template with 100% similarity]

index 86c79a0c55f792be7cd87ec7aaa532175c9604d2..8d63c17db0cfb7db1e42f86bf3b097e781125573 100644 (file)
@@ -16,6 +16,9 @@
 *.log
 *.inc
 *.mdb
+*.gcno
+*.gcda
+*.gcov
 .dirstamp
 .libs
 .deps
index 1d9ab89d29efa54b21a6beb50cbf88473b7b1ad4..39e32b2a441a0e3a5bc6cd94eacfcd75585583af 100644 (file)
@@ -27,6 +27,6 @@ $(libfaketime): $(libfaketime_DIR)/Makefile
        @CFLAGS="" $(MAKE) -C $(libfaketime_DIR)
 
 check-integration: $(libfaketime)
-       $(preload_LIBS) $(preload_syms) tests/test_integration.py $(TESTS) daemon/kresd ./config_template config
+       $(preload_LIBS) $(preload_syms) tests/test_integration.py $(TESTS) daemon/kresd ./kresd.j2 config
 
 .PHONY: check-integration
similarity index 100%
rename from tests/config_template
rename to tests/kresd.j2