view tests/Makefile @ 26:cc6b58cd79b5

2007-08-16 12:45:44 by steve Added steve-specific demo generator.
author steve
date Thu, 16 Aug 2007 12:45:44 +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 *~