Merge pull request #241 from mlaventure/makefile-improv

Makefile improv
This commit is contained in:
Michael Crosby 2016-05-17 15:54:48 -07:00
commit c3da771256
2 changed files with 3 additions and 1 deletions

View File

@ -47,3 +47,5 @@ RUN set -x \
COPY . /go/src/github.com/docker/containerd
WORKDIR /go/src/github.com/docker/containerd
RUN make all install

View File

@ -82,7 +82,7 @@ lint:
shell: dbuild
$(DOCKER_RUN) bash
test: all validate
test: validate
go test -v $(shell go list ./... | grep -v /vendor | grep -v /integration-test)
ifneq ($(wildcard /.dockerenv), )
$(MAKE) install bundles-rootfs