view tests/Makefile @ 256:5ea9f2d8bd8e

Don't test for the existance of POSIX.pm, as per http://www.perlmonks.org/?node_id=689911
author Steve Kemp <steve@steve.org.uk>
date Tue, 03 Jun 2008 21:48:39 +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 *~