view tests/Makefile @ 24:4a936d95aca5

2007-08-15 18:23:47 by steve Updated to add a link to the homepage.
author steve
date Wed, 15 Aug 2007 18:23:47 +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 *~