From 53651fa3da2d82c3328c07b67ce17528bd5a7cf2 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 22 Jun 2020 17:28:07 +0200 Subject: [PATCH] Makefile: rename 'test-mod' target to match help Rename the 'test-mod' target to 'test-module' to match the help string. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcc53172..2bd0b3ae 100644 --- a/Makefile +++ b/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 \