view tests/Makefile @ 45:a9f8a82045f8

2007-10-10 20:00:57 by steve Order modules alphabetically
author steve
date Wed, 10 Oct 2007 20:00:57 +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 *~