From 660055ef467617774820f77cc939bf076872414e Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Fri, 30 Jul 2021 09:56:08 +0200 Subject: [PATCH] [distrib] redistribute test files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78f43ee7356..ba21f136942 100644 --- a/Makefile +++ b/Makefile @@ -2525,7 +2525,7 @@ endif $(MKDIR) -p $(CLIENT_DIR) #Workaround to avoid "argument list too long" in Cygwin $(file >file_list_to_archive.tmp) - $(foreach f,$(DISTRIB_FILES), \ + $(foreach f,$(DISTRIB_FILES) $(DISTRIB_TESTS), \ $(file >>file_list_to_archive.tmp,$(subst @, ,$(f)))) $(TAR) -cf - --files-from file_list_to_archive.tmp | $(TAR) -C $(CLIENT_DIR) -xf - $(RM) file_list_to_archive.tmp -- GitLab