Pengfei Ni 69c1e4013c Add initial network and tenant spec
Change-Id: Ia1e2d52c73539a45d294b7403c9290882c5d42d0
Implements: blueprint tenant-spec
2017-06-01 15:07:55 +08:00

7 lines
91 B
Makefile

all: test
test:
go test -v .
ex:
cd examples && ls *.go | xargs go build -o /tmp/ignore