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