view tests/Makefile @ 184:3739e04097da

Mention the other real-world usage
author Steve Kemp <steve@steve.org.uk>
date Tue, 01 Apr 2008 22:24:21 +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 *~