Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Run native call tests as part of the standard test target.
  • Loading branch information
arnsholt committed Sep 9, 2013
1 parent 6567e57 commit 6beaccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build/Makefile-JVM.in
Expand Up @@ -367,10 +367,10 @@ t/*/*.t: all
prove -r -v --exec .@slash@$(RUNNER) $@

test: all
prove -r --exec .@slash@$(RUNNER) t/nqp t/qregex t/p5regex t/qast t/serialization t/jvm
prove -r --exec .@slash@$(RUNNER) t/nqp t/qregex t/p5regex t/qast t/serialization t/jvm t/nativecall

test-loud: all
prove -r -v --exec .@slash@$(RUNNER) t/nqp t/qregex t/p5regex t/qast t/serialization t/jvm
prove -r -v --exec .@slash@$(RUNNER) t/nqp t/qregex t/p5regex t/qast t/serialization t/jvm t/nativecall

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

0 comments on commit 6beaccf

Please sign in to comment.