Skip to content

Commit

Permalink
Cause the Makefile to use the rakefile for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
treed committed Aug 18, 2009
1 parent 37af6e9 commit c34fa18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Makefile.in
Expand Up @@ -133,13 +133,13 @@ help:
@echo ""

test: all
$(PERL) t/harness
rake test:all

arraytest: all
$(PERL) t/harness --tests-from-dir=array
rake test:array:all

hashtest: all
$(PERL) t/harness --tests-from-dir=hash
rake test:hash:all

# this target has nothing to do
testclean:
Expand Down

0 comments on commit c34fa18

Please sign in to comment.