Makefile: rename 'test-mod' target to match help
Rename the 'test-mod' target to 'test-module' to match the help string.
This commit is contained in:
parent
cb265e8b58
commit
53651fa3da
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -132,7 +132,7 @@ $(SRCDIR)/test/data/manifests/fedora-boot.json: $(SRCDIR)/test/data/manifests/f3
|
|||
test-data: $(TEST_MANIFESTS_GEN)
|
||||
|
||||
.PHONY: test-units
|
||||
test-mod:
|
||||
test-module:
|
||||
@$(PYTHON3) -m unittest \
|
||||
discover \
|
||||
--start=$(SRCDIR)/test/mod \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue