view tests/Makefile @ 236:9e72fad938ee

Pass the "--blog-title" & "--blog-subtitle" along when building the demo.
author Steve Kemp <steve@steve.org.uk>
date Fri, 02 May 2008 21:21:33 +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 *~