view tests/Makefile @ 111:1dc14df6aac1

Updated to move the box to one common file
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 12:23:24 +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 *~