view tests/Makefile @ 305:7171fb8070d3

Fixing spacing above comments
author Dominic Cleal <dominic@computerkb.co.uk>
date Mon, 22 Dec 2008 11:48:32 +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 *~