Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Run test 2 during make test.
  • Loading branch information
pmurias committed Mar 8, 2014
1 parent d7faf48 commit 06ccf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile-JS.in
Expand Up @@ -76,7 +76,7 @@ $(JS_STAGE2)/$(NQPCORE_PBC) : $(JS_STAGE2)/$(CORE_SETTING_COMBINED)x $(JS_STAGE2
$(PARROT) -o $(JS_STAGE2)/$(NQPCORE_PBC) $(JS_STAGE2)/NQPCORE.setting.pir

js-test: js-all
prove -r --exec "./nqp-js" t/nqp/01-literals.t
prove -r --exec "./nqp-js" t/nqp/01-literals.t t/nqp/02-if.t

###
###
Expand Down

0 comments on commit 06ccf9e

Please sign in to comment.