From 34d3a73ff3a8eac8815c5ae5f998eba327512db7 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Sun, 5 Dec 2021 21:15:26 +0100 Subject: [PATCH] test: force segment er-merge before any ct --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e381db3ed..52e4f3ffc 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ APPS=$(shell $(CURDIR)/scripts/find-apps.sh) ## app/name-ct targets are intended for local tests hence cover is not enabled .PHONY: $(APPS:%=%-ct) define gen-app-ct-target -$1-ct: +$1-ct: conf-segs $(REBAR) ct --name $(CT_NODE_NAME) -v --suite $(shell $(CURDIR)/scripts/find-suites.sh $1) endef $(foreach app,$(APPS),$(eval $(call gen-app-ct-target,$(app))))