view tests/Makefile @ 214:3f538fac68eb

Added signature for changeset a305be404d9256af537007f71c9cbe7e43cb46dc
author Steve Kemp <steve@steve.org.uk>
date Mon, 14 Apr 2008 19:20:44 +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 *~