blob: ec5ca7c92de203b7ca3d9e7d452c91dfd977dd09 [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:
v23 go install v.io/x/sensorlog_lite/measured
.PHONY: run-deps
run-deps:
v23 go install v.io/x/ref/services/mounttable/mounttabled
v23 go install v.io/x/ref/services/syncbase/syncbased
v23 go install v.io/x/ref/services/agent/vbecome
.PHONY: test
test:
v23 go test v.io/x/sensorlog_lite/...