Move test_Dockerfile to script dir

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov 2015-06-30 13:05:13 -07:00
parent 48ddedba65
commit adc6564042
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
RUNC_TEST_IMAGE=runc_test RUNC_TEST_IMAGE=runc_test
PROJECT=github.com/opencontainers/runc PROJECT=github.com/opencontainers/runc
TEST_DOCKERFILE=test_Dockerfile TEST_DOCKERFILE=script/test_Dockerfile
export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH) export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH)
all: all: