From a884ceae069d27b29daf453d75486e258a60e776 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 22 Mar 2017 09:51:36 +0000 Subject: [PATCH] Tests need to depend on code generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35d16c85b..793af8866 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ $(RUNSVINIT): $(SCOPE_BACKEND_BUILD_UPTODATE) shell: $(SCOPE_BACKEND_BUILD_UPTODATE) /bin/bash -tests: $(SCOPE_BACKEND_BUILD_UPTODATE) +tests: $(SCOPE_BACKEND_BUILD_UPTODATE) $(CODECGEN_TARGETS) ./tools/test -no-go-get lint: $(SCOPE_BACKEND_BUILD_UPTODATE)