From 12a9e65e2f5d5366e6de07d313333452e438e98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Po=C5=82awski?= Date: Tue, 5 Dec 2023 01:01:22 +0100 Subject: [PATCH] Makefile: Update helper notes Makefile has multiple test related targets. * linter target has been added to the helper note. * dead test-src target has been removed from Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed86a4d0..2a8b9d87 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,8 @@ help: @echo " help: Print this usage information." @echo " man: Generate all man-pages" @echo + @echo " lint: Check the code with linter" + @echo @echo " coverity-download: Force a new download of the coverity tool" @echo " coverity-check: Run the coverity test suite" @echo " coverity-submit: Run coverity and submit the results" @@ -93,7 +95,6 @@ help: @echo " test-data: Generate test data" @echo " test-module: Run all module unit-tests" @echo " test-run: Run all osbuild pipeline tests" - @echo " test-src: Run all osbuild source tests" $(BUILDDIR)/: mkdir -p "$@"