Add osbuild-weldr-tests to run the weldr integration tests

This runs tests against a running API server, either lorax-composer or
osbuild-composer, and reports the results to stdout. It uses the
/run/weldr/api.socket to communicate with the server.
This commit is contained in:
Brian C. Lane 2020-02-27 11:41:11 -08:00 committed by Tom Gundersen
parent f298fed16d
commit 2d4e4d14d0
2 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,7 @@ build:
go build -o osbuild-upload-azure ./cmd/osbuild-upload-azure/
go build -o osbuild-upload-aws ./cmd/osbuild-upload-aws/
go build -o osbuild-tests ./cmd/osbuild-tests/
go build -o osbuild-weldr-tests ./cmd/osbuild-weldr-tests/
go build -o osbuild-dnf-json-tests ./cmd/osbuild-dnf-json-tests/
.PHONY: install