cri-o/test/bin2img/Makefile
Nalin Dahyabhai 636d5d8e9a Add and use bin2img for creating images for tests
Add tests which exercise image pulling, listing, and removal.  When running
tests, prepopulate the store with an image with the default infrastructure
container's name, using the locally-built "pause" binary, so that tests won't
have to pull it down from the network.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-01-18 10:23:30 -05:00

6 lines
79 B
Makefile

bin2img: $(wildcard *.go)
go build -o $@
.PHONY: clean
clean:
rm -f bin2img