Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nqp-jvm target
Signed-off-by: diakopter <diakopter@gmail.com>
  • Loading branch information
diakopter authored and diakopter committed Apr 14, 2013
1 parent 427c2e8 commit d31c208
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions evalbot.pl
Expand Up @@ -158,6 +158,10 @@ package Evalbot;
cmd_line => './nom-inst/bin/nqp %program',
filter => \&filter_pct,
},
'nqp-jvm' => {
chdir => "$home/nqp-jvm/",
cmd_line => './jdk1.7.0/bin/java -cp .:bin:3rdparty/bcel/bcel-5.2.jar NQPJVM %program',
},
# nqprx => {
# chdir => "$home/nqp-rx",
# cmd_line => './nqp %program',
Expand Down

0 comments on commit d31c208

Please sign in to comment.