From 5e557486e4b5d28d312f212aa36dff5ec84a26e5 Mon Sep 17 00:00:00 2001 From: Roland Schilter Date: Wed, 7 Jun 2017 10:52:19 +0100 Subject: [PATCH] Add ui dependenciesto tests rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07d62e64ac..621aa7bb34 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ $(RUNSVINIT): $(SCOPE_BACKEND_BUILD_UPTODATE) shell: $(SCOPE_BACKEND_BUILD_UPTODATE) /bin/bash -tests: $(SCOPE_BACKEND_BUILD_UPTODATE) $(CODECGEN_TARGETS) +tests: $(SCOPE_BACKEND_BUILD_UPTODATE) $(CODECGEN_TARGETS) prog/staticui/staticui.go prog/externalui/externalui.go ./tools/test -no-go-get lint: $(SCOPE_BACKEND_BUILD_UPTODATE)