view tests/Makefile @ 188:ed2e41d35534

Added a link to the self-feed.
author Steve Kemp <steve@steve.org.uk>
date Wed, 02 Apr 2008 15:10:26 +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 *~