Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Fix test target to rebuild nqp-settings.pbc prior to running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed May 15, 2010
1 parent cf5f0c7 commit c5a3363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -267,9 +267,9 @@ bootstrap-files: $(STAGE2_PBCS) $(SETTING_PM)

## testing

test: core-test setting-test
test: all core-test setting-test

test-loud: core-test-loud setting-test-loud p6regex-test-loud
test-loud: all core-test-loud setting-test-loud p6regex-test-loud

core-test: $(NQP_EXE)
prove -r --exec ./$(NQP_EXE) t/nqp t/hll
Expand Down

0 comments on commit c5a3363

Please sign in to comment.