view tests/Makefile @ 92:44401f2b885b

Updated again.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:02:51 +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 *~