view tests/Makefile @ 165:170ae024c82f

Updated to use the system version for making the demo(s).
author Steve Kemp <steve@steve.org.uk>
date Wed, 16 Jan 2008 18:50:40 +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 *~