view tests/Makefile @ 151:0dc1ede3cd09

Updated for the new release.
author Steve Kemp <steve@steve.org.uk>
date Tue, 01 Jan 2008 22:22:49 +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 *~