view tests/Makefile @ 55:54a234f93390

2007-10-25 12:52:55 by steve Updated so that ctime is used if there is no date in place.
author steve
date Thu, 25 Oct 2007 12:52: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 *~