view tests/Makefile @ 13:a3d2dca6ada3

2007-08-14 14:22:05 by steve Static file copying works.
author steve
date Tue, 14 Aug 2007 14:22:05 +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 *~