Changeset 3024

Show
Ignore:
Timestamp:
09/03/08 20:16:38 (15 months ago)
Author:
bchoate
Message:

Adding a 'testall' rule to handle testing all available tests for addons, plugins too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r2967 r3024  
    128128        perl -Ilib -Iextlib -It/lib -MTest::Harness -e 'runtests @ARGV' t/*.t 
    129129 
     130testall: code 
     131        perl -Ilib -Iextlib -It/lib -MTest::Harness -e 'runtests @ARGV' t/*.t addons/*/t/*.t plugins/*/t/*.t 
     132 
    130133quick-test: code 
    131134        perl -Ilib -Iextlib -It/lib -MTest::Harness -e 'runtests @ARGV'  \