view tests/Makefile @ 161:9a1d4fb47b44

* New upstream release: - Bugfix to allow comments to be inserted correctly. - Allow comment form to be limited to "recent" posts.
author Steve Kemp <steve@steve.org.uk>
date Sun, 06 Jan 2008 01:04:23 +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 *~