repo.or.cz
/
Samba
/
gbeck.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
[Samba/gbeck.git]
/
selftest
/
test_subunit.pl
blob
28522ed49f3824febcb67922f618422e906f570f
1
#!/usr/bin/perl
2
3
use
Test
::
More tests
=>
0
;
4
use
FindBin
qw(
$RealBin
);
5
use lib
$RealBin
;
6
use Subunit qw(parse_results)
;
7