Author: coke
Date: Mon Apr 18 18:33:23 2005
New Revision: 7871
Modified:
trunk/config/gen/makefiles/tcl.in
Log:
Just call the harness script...
Modified: trunk/config/gen/makefiles/tcl.in
==============================================================================
--- trunk/config/gen/makefiles/tcl.in (original)
+++ trunk/config/gen/makefiles/tcl.in Mon Apr 18 18:33:23 2005
@@ -66,7 +66,7 @@
(cd $(RELPATH) && $(PARROT) --output=$(LIBPATH)tclword.pbc
$(LIBPATH)tclword.imc)
test: tcl.pbc
- cd t && $(PERL) -MTest::Harness -e 'runtests(glob("*.t"))' && cd ..
+ $(PERL) t/harness
devtest:
cd t && $(PERL) -e 'use Test::Harness qw($$verbose runtests) ;
$$Test::Harness::verbose=1;runtests(glob("*.t"))' && cd ..