view tests/Makefile @ 172:379e3c79ae97

Added signature for changeset 35d06571ef672cf3ce6ecd19458d9c5c995e23bd
author Steve Kemp <steve@steve.org.uk>
date Tue, 25 Mar 2008 22:51:23 +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 *~