repo.or.cz
/
vss2svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Path for renames during restore and renames during share (thanks to Bryan Aldrich...
[vss2svn.git]
/
ssphys
/
test
/
test.pl
blob
33677e3ec6eab4ca02a65a9d164d5385c2459938
1
use
strict
;
2
3
use
Test
::
Harness
;
4
5
# XXX does not work when run outside "src"!
6
my
@tests
=
glob
"t/*.t"
;
7
8
$Test
::
Harness
::
verbose
=
1
;
9
runtests
(
@tests
);
10