From af52dd41c1daafc731575a27d05a322da10d6ebc Mon Sep 17 00:00:00 2001 From: Jonathan Worthington Date: Tue, 2 Jan 2018 12:16:31 +0100 Subject: [PATCH] Run t/concurrency on MoarVM backend --- tools/build/Makefile-Moar.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build/Makefile-Moar.in b/tools/build/Makefile-Moar.in index 12c4899f04..a65c6dd68a 100644 --- a/tools/build/Makefile-Moar.in +++ b/tools/build/Makefile-Moar.in @@ -294,10 +294,10 @@ m-bootstrap-files: $(M_STAGE2_OUTPUT) ## testing m-test: m-all - $(PROVE) -r --exec ".@slash@$(M_RUNNER)" t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall + $(PROVE) -r --exec ".@slash@$(M_RUNNER)" t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall t/concurrency m-test-loud: m-all - $(PROVE) -r -v --exec ".@slash@$(M_RUNNER)" t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall + $(PROVE) -r -v --exec ".@slash@$(M_RUNNER)" t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall t/concurrency m-core-test: $(M_RUNNER) $(PROVE) -r --exec ".@slash@$(M_RUNNER)" t/nqp