From 7ef34d18ad0507ae58c79ccbd137e8440e83cdb1 Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Sat, 29 Mar 2014 11:44:56 +0100 Subject: support modules-test for all backends --- tools/build/Makefile.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 1a4928f..d3063a9 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -85,8 +85,16 @@ modules-install-m: @echo "== Installing binaries for MoarVM" $(PERL) tools/build/bin-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(MOAR_BIN_DIR) m modules/ufo/bin/ufo modules/panda/bin/panda modules/doc/bin/p6doc -modules-test: - $(PERL) tools/build/modules-test.pl $(CURDIR) $(DESTDIR)$(PERL6_INSTALL) modules/MODULES.txt +modules-test: @backend_modules_test@ + +modules-test-p: + $(PERL) tools/build/modules-test.pl $(CURDIR) $(DESTDIR)$(PARROT_BIN_DIR) modules/MODULES.txt + +modules-test-j: + $(PERL) tools/build/modules-test.pl $(CURDIR) $(DESTDIR)$(JVM_BIN_DIR) modules/MODULES.txt + +modules-test-m: + $(PERL) tools/build/modules-test.pl $(CURDIR) $(DESTDIR)$(PERL6_M_INSTALL) modules/MODULES.txt install: rakudo-install modules-install -- cgit v1.1