view tests/Makefile @ 244:aaff32519e78

Perltidied
author Steve Kemp <steve@steve.org.uk>
date Fri, 16 May 2008 17:41:26 +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 *~