view tests/Makefile @ 4:1465af87859a

2007-08-13 22:56:04 by steve Moved from / to ./etc/
author steve
date Mon, 13 Aug 2007 22:56:04 +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 *~