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:
parent
651c5b5461
commit
8110e69d4a
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue