From: Marek VavruĊĦa Date: Thu, 6 Aug 2015 17:08:38 +0000 (+0200) Subject: tests: renamed config_template -> kresd.j2 X-Git-Tag: v1.0.0-beta1~58^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271cf75d3c43dabc287d4ffbdd1e21c9570e62d1;p=thirdparty%2Fknot-resolver.git tests: renamed config_template -> kresd.j2 --- diff --git a/.gitignore b/.gitignore index 86c79a0c5..8d63c17db 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ *.log *.inc *.mdb +*.gcno +*.gcda +*.gcov .dirstamp .libs .deps diff --git a/tests/integration.mk b/tests/integration.mk index 1d9ab89d2..39e32b2a4 100644 --- a/tests/integration.mk +++ b/tests/integration.mk @@ -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 diff --git a/tests/config_template b/tests/kresd.j2 similarity index 100% rename from tests/config_template rename to tests/kresd.j2