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.
This commit is contained in:
Lars Karlitski 2020-10-17 19:22:32 +02:00 committed by Tom Gundersen
parent 651c5b5461
commit 8110e69d4a

View file

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