view tests/Makefile @ 27:25450021ba3e

2007-08-16 12:45:55 by steve Updated commandline handling. Added tag sizes.
author steve
date Thu, 16 Aug 2007 12:45:55 +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 *~