Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Run t/nativecall/01-basic.t on MoarVM backend.
  • Loading branch information
jnthn committed Mar 12, 2014
1 parent 2d19f41 commit 05ab5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build/Makefile-Moar.in
Expand Up @@ -261,10 +261,10 @@ m-bootstrap-files: $(M_STAGE2_OUTPUT)
## testing

m-test: m-all
prove -r --exec ".@slash@$(M_RUNNER)" t/nqp t/qregex t/p5regex t/qast t/moar t/serialization
prove -r --exec ".@slash@$(M_RUNNER)" t/nqp t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall

m-test-loud: m-all
prove -r -v --exec ".@slash@$(M_RUNNER)" t/nqp t/qregex t/p5regex t/qast t/moar t/serialization
prove -r -v --exec ".@slash@$(M_RUNNER)" t/nqp t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall

m-core-test: $(M_RUNNER)
prove -r --exec ".@slash@$(M_RUNNER)" t/nqp
Expand Down

0 comments on commit 05ab5cd

Please sign in to comment.