Skip to content
Snippets Groups Projects
Commit b2677cbc authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Test failing make clean on missing dnstap dependencies

parent f3c2b039
2 merge requests!254Knot Resolver 1.2.5,!213add dnstap module
Pipeline #2230 passed with stages
in 1 minute and 17 seconds
......@@ -5,8 +5,10 @@ else
$(warning cmocka not found, skipping unit tests)
endif
CLEAN_DNSTAP :=
ifeq ($(ENABLE_DNSTAP)|$(HAS_go),yes|yes)
include tests/dnstap/src/dnstap-test/dnstap.mk
CLEAN_DNSTAP := clean-dnstap
endif
# Integration tests with Deckard
......@@ -29,6 +31,6 @@ deckard: check-integration
# Targets
tests: check-unit
tests-clean: $(foreach test,$(tests_BIN),$(test)-clean) mock_cmodule-clean clean-dnstap
tests-clean: $(foreach test,$(tests_BIN),$(test)-clean) mock_cmodule-clean $(CLEAN_DNSTAP)
.PHONY: tests tests-clean check-integration deckard
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment