blob: 84bb5a25fe18e6e9e1e9358066fbf060a6d6d57e [file] [log] [blame]
PATH := $(JIRI_ROOT)/experimental/projects/sensorlog_lite/bin:$(JIRI_ROOT)/release/go/bin:$(PATH)
SHELL := /bin/bash -euo pipefail
export GOPATH := $(JIRI_ROOT)/experimental/projects/sensorlog_lite:$(GOPATH)
export VDLPATH := $(JIRI_ROOT)/experimental/projects/sensorlog_lite/src:$(VDLPATH)
.DELETE_ON_ERROR:
.PHONY: all
all: measured
.PHONY: measured
measured:
jiri go install v.io/x/sensorlog_lite/measured
.PHONY: run-deps
run-deps:
jiri go install v.io/x/ref/services/mounttable/mounttabled
jiri go install v.io/x/ref/services/syncbase/syncbased
jiri go install v.io/x/ref/services/agent/vbecome
jiri go install v.io/x/ref/cmd/principal
.PHONY: test
test:
jiri go test v.io/x/sensorlog_lite/... -v23.tests