test/data: add version agnostic build manifest

Include a build manifest that is itself not have tied to a specified
version and thus is meant to be included with the following vars
pre-defined as .mpp file:
  - arch          architecture (x86_64)
  - releasever    release version (f34)
  - snapshot      rpmrepo snapshot (20210326)
This commit is contained in:
Christian Kellner 2021-07-23 15:03:57 +00:00 committed by Tom Gundersen
parent f49d8fb30a
commit bab3639731
2 changed files with 53 additions and 1 deletions

View file

@ -203,7 +203,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 = $(filter-out $(SRCDIR)/test/data/manifests/fedora-build.mpp.json, \
$(wildcard $(SRCDIR)/test/data/manifests/*.mpp.json)) \
$(wildcard $(SRCDIR)/test/data/stages/*/*.mpp.json)
TEST_MANIFESTS_GEN = $(TEST_MANIFESTS_MPP:%.mpp.json=%.json)