Skip to content

Commit

Permalink
add dep for make target
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoz-sc committed May 26, 2020
1 parent 370a0bf commit aee3c90
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 @@ -87,7 +87,7 @@ bazel-harness:
bazel run //tests/harness/executor:executor --incompatible_new_actions_api=false -- -go -gogo -cc -java -python

.PHONY: testcases
testcases: bin/gogofast
testcases: bin/gogofast bin/protoc-gen-go
# generate the test harness case protos
rm -r tests/harness/cases/go || true
mkdir tests/harness/cases/go
Expand Down

0 comments on commit aee3c90

Please sign in to comment.