Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest
[kai/samba-autobuild/.git] / selftest / test_subunit.pl
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