blob: 6707a14099b674350cd49a92afb67ca27836f622 [file] [log] [blame]
testgo:
go test -test.short -i ./go/...
.PHONY: sharedgo
sharedgo:
cd go && $(MAKE) all
.PHONY: golden
golden:
cd golden && $(MAKE) all
.PHONY: perf
perf:
cd perf && $(MAKE) all
.PHONY: monitoring
monitoring:
cd monitoring && $(MAKE) all
.PHONY: all
all: golden monitoring perf sharedgo