view tests/Makefile @ 54:f042f0df39e3

2007-10-11 07:44:35 by steve Comment out most things.
author steve
date Thu, 11 Oct 2007 07:44:35 +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 *~