[svn:parrot] r38277 - branches/install_tools/config/gen/makefiles
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Thu Apr 23 00:30:16 UTC 2009
Author: jkeenan
Date: Thu Apr 23 00:30:15 2009
New Revision: 38277
URL: https://trac.parrot.org/parrot/changeset/38277
Log:
Add 3 test files for install tools to make manifest_tests.
Modified:
branches/install_tools/config/gen/makefiles/root.in
Modified: branches/install_tools/config/gen/makefiles/root.in
==============================================================================
--- branches/install_tools/config/gen/makefiles/root.in Wed Apr 22 20:43:02 2009 (r38276)
+++ branches/install_tools/config/gen/makefiles/root.in Thu Apr 23 00:30:15 2009 (r38277)
@@ -1458,7 +1458,9 @@
$(MANIFEST_DIR)/03-regenerate_skip.t \
$(MANIFEST_DIR)/04-alt_file.t \
$(MANIFEST_DIR)/05-alt_skip.t \
- $(INSTALL_TOOLS_DIR)/01-install_files.t
+ $(INSTALL_TOOLS_DIR)/01-create_directories.t \
+ $(INSTALL_TOOLS_DIR)/02-install_files.t \
+ $(INSTALL_TOOLS_DIR)/03-lines_to_files.t
EXAMPLES_TEST_FILES := \
t/examples/*.t
CONFIGURE_TEST_FILES := \
More information about the parrot-commits
mailing list