view tests/Makefile @ 135:65e1efc7548e

Updated to record progress.
author Steve Kemp <steve@steve.org.uk>
date Mon, 24 Dec 2007 22:21:00 +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 *~