aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-29 07:31:33 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-29 07:31:33 -0500
commit651aa547ecf2360d6e9a58c2383c2ff529801b72 (patch)
tree2a1e31ce9395f24e84e9b4f1ea931251f42cf7a2
parent17285bbe3971420833bdcfd5d13f14bc19b4401b (diff)
Add modules-test target.
-rw-r--r--tools/build/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 6b756ef..1d24de3 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -88,6 +88,9 @@ $(RD_EXE): modules-install
$(PBC_TO_EXE) $(RD_PBC)
$(CHMOD) 755 $(RD_EXE)
+modules-test:
+ $(PERL) tools/build/modules-test.pl $(CURDIR) $(DESTDIR)$(PERL6_INSTALL) modules/MODULES.txt
+
perl6-debug-install: $(RD_EXE)
$(CP) $(RD_EXE) $(DESTDIR)$(PARROT_BIN_DIR)
$(CHMOD) 755 $(DESTDIR)$(PARROT_BIN_DIR)/perl6-debug$(EXE)