view tests/Makefile @ 226:37668661af76

Install all themese without hardwiring their names.
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:01:03 +0100
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 *~