1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/selftest/test_subunit.pl
2008-09-18 19:51:03 +02:00

8 lines
120 B
Perl
Executable File

#!/usr/bin/perl
use Test::More tests => 0;
use FindBin qw($RealBin);
use lib $RealBin;
use Subunit qw(parse_results);