From afe326b2246d6a545af47c773478e838f2cee0cf Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 3 Aug 2023 12:28:58 +0200 Subject: [PATCH] PIPELINE --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d131dacb..57e3e2f9 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,7 @@ ALL: install install: clean-ignore-zips install-sss cp-src cp-legacy cp-ext cp-conf $(addprefix $(PUBLIC_DIR)/, $(LIBS)) merge_js build_properties merge_xsl +.PHONY: test test: $(MAKE) EXTRA_BUILD_FILE="$(TEST_CORE_DIR)/test.properties" build_test -- GitLab