From 8110e69d4a7303b5248c7f7df372c04c9d51e6d5 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Sat, 17 Oct 2020 19:22:32 +0200 Subject: [PATCH] Makefile: also convert %.mpp.json in stage tests Stage tests (test/run/test_stage.py) currently use hard-coded pipelines from `test/data/stages`. These could benefit from the mpp tools to make them easier to understand and update to newer versions of Fedora. Future commits will do so. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a363986..5a72d1c9 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,8 @@ coverity-clean-all: coverity-clean # for linters and other tests on the source code. # -TEST_MANIFESTS_MPP = $(wildcard $(SRCDIR)/test/data/manifests/*.mpp.json) +TEST_MANIFESTS_MPP = $(wildcard $(SRCDIR)/test/data/manifests/*.mpp.json) \ + $(wildcard $(SRCDIR)/test/data/stages/*/*.mpp.json) TEST_MANIFESTS_GEN = $(TEST_MANIFESTS_MPP:%.mpp.json=%.json) $(TEST_MANIFESTS_GEN): %.json: %.mpp.json