debugging-tools/Makefile
Petr "Stone" Hracek e0879eac7c Update tests
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-04-10 10:37:27 +02:00

10 lines
186 B
Makefile

IMAGE_NAME = debugging-tools
build:
docker build --tag=$(IAMGE_NAME)
run: build
docker run -d $(IMAGE_NAME)
test:
cd tests; MODULE=docker URL="docker=$(IMAGE_NAME)" make all