view tests/Makefile @ 147:a17c59c381e8

Updated for the new release.
author Steve Kemp <steve@steve.org.uk>
date Fri, 28 Dec 2007 14:29:42 +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 *~