view tests/Makefile @ 37:98d78379a017

2007-09-04 10:51:11 by steve Updated to use Time::Local to sort the dates properly.
author steve
date Tue, 04 Sep 2007 10:51:11 +0000
parents bc8961a81af6
children
line wrap: on
line source


all:
	@cd ..; prove --shuffle tests/

verbose:
	@cd ..; prove --shuffle --verbose tests/


modules: .PHONY
	./modules.sh > modules.t

.PHONY:
	true

clean:

	rm *~