view tests/Makefile @ 229:d0b10f56d435

Updated the module list
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:06:10 +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 *~