educated_foo@cvs.perl.org: # --- Makefile 18 Jul 2002 07:29:57 -0000 1.4 # +++ Makefile 20 Jul 2002 15:21:06 -0000 1.5 # @@ -5,7 +5,7 @@ # all: imcc # # test: # - for t in t/compiler/*.t; do perl -I../../lib $$t; done # + for t in t/*/*.t; do perl -I../../lib $$t; done # # imcc: # cd ../imcc; $(MAKE) May I suggest that, at least in the long term, we avoid unportable shell scripts and such? This sort of thing makes it quite difficult to port to other OSes (like Windows) and wins nothing over a standard test harness. Thanks. --Brent Dax <brentdax@cpan.org> @roles=map {"Parrot $_"} qw(embedding regexen Configure) He who fights and runs away wasted valuable running time with the fighting.Thread Next