Makefile: clean and update help message

test-coverity: no such target
test-runtime: renamed to test-run in commit
55da864e0a but the documentation was not
updated.
This commit is contained in:
Achilleas Koutsou 2021-01-15 13:59:11 +01:00 committed by Christian Kellner
parent 8cb3d25329
commit 01841593ce

View file

@ -92,10 +92,8 @@ help:
@echo " test-all: Run all tests"
@echo " test-data: Generate test data"
@echo " test-module: Run all module unit-tests"
@echo " test-runtime: Run all osbuild pipeline tests"
@echo " test-run: Run all osbuild pipeline tests"
@echo " test-src: Run all osbuild source tests"
@echo
@echo " test-coverity: Run coverity and upload the result"
$(BUILDDIR)/:
mkdir -p "$@"