view tests/Makefile @ 287:d66fefe755ad

Use UTF-8 charset when processing via textile. Added --charset to set alternate charset if desired.
author Steve Kemp <steve@steve.org.uk>
date Sat, 06 Dec 2008 22:15:46 +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 *~