69c1e4013c
Change-Id: Ia1e2d52c73539a45d294b7403c9290882c5d42d0 Implements: blueprint tenant-spec
7 lines
91 B
Makefile
7 lines
91 B
Makefile
all: test
|
|
|
|
test:
|
|
go test -v .
|
|
|
|
ex:
|
|
cd examples && ls *.go | xargs go build -o /tmp/ignore
|