Tests need to depend on code generation

This commit is contained in:
Bryan Boreham
2017-03-23 12:25:12 +00:00
parent b3f53a7a81
commit a884ceae06
+1 -1
View File
@@ -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)