From: Michael Tremer Date: Sun, 16 Sep 2018 08:21:53 +0000 (+0100) Subject: nitsi: Make sure that we are always running with the most recent source X-Git-Tag: 010~99 X-Git-Url: http://git.ipfire.org/?p=network.git;a=commitdiff_plain;h=59281a5352b6e6f4e19c0be044f59ba60c365130 nitsi: Make sure that we are always running with the most recent source Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 144dddc8..a3e1a3c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -625,12 +625,12 @@ CLEANFILES += \ NITSI_ENVIRONMENT = .PHONY: $(NITSI_TESTS) -$(NITSI_TESTS): % : %/recipe %/settings test/nitsi/test/settings $(VIRTUAL_ENVIRONMENT_FILES) $(VIRTUAL_ENVIRONMENT_IMAGES) $(NITSI_INCLUDE_RECIPES) +$(NITSI_TESTS): % : dist %/recipe %/settings test/nitsi/test/settings $(VIRTUAL_ENVIRONMENT_FILES) $(VIRTUAL_ENVIRONMENT_IMAGES) $(NITSI_INCLUDE_RECIPES) $(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error run-test -d $@ \ --default-settings $(abs_builddir)/test/nitsi/test/settings --interactive-error-handling .PHONY: nitsi -nitsi: dist $(NITSI_TESTS) +nitsi: $(NITSI_TESTS) # Downloads a virtual image file and extracts it $(VIRTUAL_ENVIRONMENT_IMAGES):