view tests/Makefile @ 23:59b123e21627

2007-08-15 18:23:35 by steve Show a real release number in the templates, generated by the makefile.
author steve
date Wed, 15 Aug 2007 18:23:35 +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 *~