view tests/Makefile @ 42:e19fcf87da87

2007-10-10 10:06:24 by steve Updated.
author steve
date Wed, 10 Oct 2007 10:06: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 *~