Skip to content

Commit

Permalink
Add ui dependenciesto tests rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rndstr committed Jun 7, 2017
1 parent c2b9cad commit 5e55748
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 @@ -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)
Expand Down

0 comments on commit 5e55748

Please sign in to comment.