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:
Christian Kellner 2020-06-22 17:28:07 +02:00 committed by David Rheinsberg
parent cb265e8b58
commit 53651fa3da

View file

@ -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 \