view tests/Makefile @ 297:65ba5f7aaa50

Perltidy properly
author Steve Kemp <steve@steve.org.uk>
date Tue, 09 Dec 2008 19:00:31 +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 *~