repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix regression in even sizing of diff columns; forgot to restore a couple bits I...
[mediawiki.git]
/
tests
/
Makefile
blob
0a649927ed179f04de74c4b9e2768f0604c8309f
1
.PHONY
:
help
test
2
all test
:
3
php RunTests.php
4
install
:
5
cvs
-
z9
-
d
:
pserver
:
cvsread
:
@cvs.php.net
:/
repository
/
co
-
P pear
/
PHPUnit
6
mv pear
/
PHPUnit .
7
rm
-
rf pear
8
clean
:
9
rm
-
rf PHPUnit pear
10
help
:
11
# Options:
12
# test (default) Run the unit tests
13
# install Install PHPUnit from CVS
14
# clean Remove local PHPUnit install
15
# help You're looking at it!