2007-09-01 19:25:44 by steve
Added missing Makefile.
This commit is contained in:
17
t/Makefile
Normal file
17
t/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
all:
|
||||
@cd ..; prove --shuffle tests/
|
||||
|
||||
verbose:
|
||||
@cd ..; prove --shuffle --verbose tests/
|
||||
|
||||
|
||||
modules: .PHONY
|
||||
./modules.sh > modules.t
|
||||
|
||||
.PHONY:
|
||||
true
|
||||
|
||||
clean:
|
||||
|
||||
rm *~
|
||||
Reference in New Issue
Block a user