update vendor
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
7a437ada25
commit
639756e8c6
4300 changed files with 824810 additions and 9292 deletions
14
vendor/github.com/opencontainers/selinux/Makefile
generated
vendored
Normal file
14
vendor/github.com/opencontainers/selinux/Makefile
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
BUILDTAGS := selinux
|
||||
|
||||
check-gopath:
|
||||
ifndef GOPATH
|
||||
$(error GOPATH is not set)
|
||||
endif
|
||||
|
||||
.PHONY: test
|
||||
test: check-gopath
|
||||
go test -timeout 3m -tags "${BUILDTAGS}" ${TESTFLAGS} -v ./...
|
||||
|
||||
.PHONY:
|
||||
lint:
|
||||
golint go-selinux
|
Loading…
Add table
Add a link
Reference in a new issue