Skip to content

Commit

Permalink
Run t/concurrency on MoarVM backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jan 2, 2018
1 parent b009c7f commit af52dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build/Makefile-Moar.in
Expand Up @@ -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
Expand Down

0 comments on commit af52dd4

Please sign in to comment.