summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2023-11-16 00:05:25 (GMT)
committergriffin <briang42@easystreet.net>2023-11-16 00:05:25 (GMT)
commit20afa1b3e54d039a160aea8b14be9ed6fd1f7ec7 (patch)
tree20b4c52133e8b38434b4173e99526fd618d86244
parent6eeb657f7a5354f29cafe4f75259c160b5705895 (diff)
downloadtcl-20afa1b3e54d039a160aea8b14be9ed6fd1f7ec7.zip
tcl-20afa1b3e54d039a160aea8b14be9ed6fd1f7ec7.tar.gz
tcl-20afa1b3e54d039a160aea8b14be9ed6fd1f7ec7.tar.bz2
Add missing test files. A partial fix for bug [31c54e6a591ea].
-rw-r--r--unix/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 95a2b58..da73560 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -2360,6 +2360,14 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen
$(DIST_INSTALL_DATA) $(TOP_DIR)/tests/auto0/$$i/*.tm \
$(DISTDIR)/tests/auto0/$$i; \
done;
+ @mkdir $(DISTDIR)/tests/zipfiles
+ $(INSTALL_DATA_DIR) $(DISTDIR)/tests/zipfiles
+ $(DIST_INSTALL_DATA) $(TOP_DIR)/tests/zipfiles/*.zip \
+ $(DISTDIR)/tests/zipfiles
+ $(DIST_INSTALL_DATA) $(TOP_DIR)/tests/zipfiles/README \
+ $(DISTDIR)/tests/zipfiles
+ $(DIST_INSTALL_DATA) $(TOP_DIR)/tests/zipfiles/LICENSE-libzip \
+ $(DISTDIR)/tests/zipfiles
$(INSTALL_DATA_DIR) $(DISTDIR)/win
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/Makefile.in $(DISTDIR)/win
$(DIST_INSTALL_DATA) $(TOP_DIR)/win/configure.ac \