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
This commit is contained in:
parent
0767ebccc1
commit
12a9e65e2f
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue