view tests/Makefile @ 152:89eef19064e8

Updated to add titles to our RSS feeds.
author Steve Kemp <steve@steve.org.uk>
date Thu, 03 Jan 2008 09:30:22 +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 *~