diff options
author | dgp <dgp@users.sourceforge.net> | 2021-06-07 17:14:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-06-07 17:14:49 (GMT) |
commit | 1fb36494e28581b3e046420cd56b93f62cf55971 (patch) | |
tree | 8b10d37563198588a7af0ba80cc74e5edd4ee3ab | |
parent | cb796d6e081f8c57014ab089e2f1e82178ebca38 (diff) | |
download | tcl-1fb36494e28581b3e046420cd56b93f62cf55971.zip tcl-1fb36494e28581b3e046420cd56b93f62cf55971.tar.gz tcl-1fb36494e28581b3e046420cd56b93f62cf55971.tar.bz2 |
If the test suite needs a file, it needs to go in the distribution.
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 4bba56d..ef3dd4a 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2288,7 +2288,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in gen cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests cp -p $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \ $(TOP_DIR)/tests/httpd $(TOP_DIR)/tests/*.tcl \ - $(DISTDIR)/tests + $(TOP_DIR)/auto-files.zip $(DISTDIR)/tests @mkdir $(DISTDIR)/tests/auto0 for i in auto1 auto2 ; \ do \ |