view tests/Makefile @ 159:0d86c243c1c0

Include release in static pages too
author Steve Kemp <steve@steve.org.uk>
date Sat, 05 Jan 2008 22:45:46 +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 *~