From 5dd19e8c4dfe618cadc42f636de315189e45a1e4 Mon Sep 17 00:00:00 2001 From: Timothy Rule <90191439+timrulebosch@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:41:05 +0100 Subject: [PATCH] Update Makefile Signed-off-by: Timothy Rule <90191439+timrulebosch@users.noreply.github.com> --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8b9cfe4..ac82e07 100644 --- a/Makefile +++ b/Makefile @@ -68,10 +68,11 @@ TESTSCRIPT_E2E_FILES = \ $(TESTSCRIPT_E2E_DIR)/transport.txtar \ $(TESTSCRIPT_E2E_DIR)/stack.txtar \ $(TESTSCRIPT_E2E_DIR)/runtime.txtar \ + $(TESTSCRIPT_E2E_DIR)/benchmark.txtar + ifneq ($(CI), true) - $(TESTSCRIPT_E2E_DIR)/gateway.txtar \ + TESTSCRIPT_E2E_FILES += $(TESTSCRIPT_E2E_DIR)/gateway.txtar endif - $(TESTSCRIPT_E2E_DIR)/benchmark.txtar ifneq ($(CI), true)