1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00
samba-mirror/source/selftest/test_subunit.pl

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);