1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00
samba-mirror/source4/selftest/test_subunit.pl
Jelmer Vernooij af7e3dadf9 r26561: Fix make gdbtest, valgrindtest and testenv for shared libs.
(This used to be commit d2b9055bc032506849827d6fab2d2b9d35d132e2)
2007-12-24 01:51:00 -06: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);