view tests/Makefile @ 238:9537c32b1e95

Ran through perl-tidy
author Steve Kemp <steve@steve.org.uk>
date Sun, 04 May 2008 13:49:00 +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 *~