1
0
mirror of synced 2026-01-16 16:17:54 +00:00
steve c51de7825e 2006-06-24 20:22:40 by steve
Use the `prove` command to run our tests, this allows them to be shuffled,
 or randomised, which is a good thing.
2006-06-24 20:22:41 +00:00

18 lines
165 B
Makefile

all:
@cd ..; prove --shuffle tests/
verbose:
@cd ..; prove --shuffle --verbose tests/
modules: .PHONY
./modules.sh > modules.t
.PHONY:
true
clean:
rm *~