Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "make selftest" target.
Runs t/nqp with JVM-hosted NQP. Fails 11 tests that nqptest (which uses
cross-compilation) passes.
  • Loading branch information
jnthn committed Feb 28, 2013
1 parent b972587 commit 056d28c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -36,6 +36,9 @@ test: all
nqptest: all
$(PROVE) --exec="$(NQP) nqp-jvm-cc.nqp" t/nqp/*.t

selftest: all
$(PROVE) --exec="java -cp .;bin;3rdparty/bcel/bcel-5.2.jar NQPJVM" t/nqp/*.t

clean:
$(PERL) -MExtUtils::Command -e rm_rf bin *.pir *.pbc *.class *.dump

Expand Down

0 comments on commit 056d28c

Please sign in to comment.