Changeset 2573 for branches/release-40/Makefile
- Timestamp:
- 06/13/08 18:54:41 (18 months ago)
- Files:
-
- 1 modified
-
branches/release-40/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/Makefile
r1717 r2573 172 172 173 173 test: code 174 MT_CONFIG=t/mt.cfgperl -Ilib -Iextlib -It/lib -MTest::Harness -e 'runtests @ARGV' t/*.t174 perl -Ilib -Iextlib -It/lib -MTest::Harness -e 'runtests @ARGV' t/*.t 175 175 176 176 quick-test: code 177 MT_CONFIG=t/mt.cfgperl -Ilib -Iextlib -It/lib -MTest::Harness -e 'runtests @ARGV' \177 perl -Ilib -Iextlib -It/lib -MTest::Harness -e 'runtests @ARGV' \ 178 178 t/00-compile.t t/01-serialize.t t/04-config.t \ 179 179 t/05-errorhandler.t t/07-builder.t t/08-util.t \
