view tests/Makefile @ 201:f107f6107ad4

Ignore errors which relate to <cut> tag
author Steve Kemp <steve@steve.org.uk>
date Mon, 14 Apr 2008 19:01:56 +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 *~