Skip to content

Commit

Permalink
Tests need to depend on code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Mar 22, 2017
1 parent 9f2db97 commit 3d5bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3d5bc63

Please sign in to comment.