mirror of
https://github.com/containers/podman.git
synced 2026-01-25 14:29:08 -05:00
12 lines
187 B
Makefile
12 lines
187 B
Makefile
build:
|
|
go build ./cmd/imagebuilder
|
|
.PHONY: build
|
|
|
|
test:
|
|
go test ./...
|
|
.PHONY: test
|
|
|
|
test-conformance:
|
|
go test -v -tags conformance -timeout 30m ./dockerclient
|
|
.PHONY: test-conformance
|