diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 10:20:37 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 10:20:37 +0200 |
commit | 694a579cb8d418a4feb441a77c0dc000023f2c6e (patch) | |
tree | d7292b8cfaa20982f8bdb223c9cb8a1628c985e7 /selftest/test_subunit.pl | |
parent | 2fc058bdb0dd7d6ed2ffb17f049a677709d8be74 (diff) | |
parent | 0fd0fc75c46b39a611c7f9a56081105714d73e36 (diff) | |
download | samba-694a579cb8d418a4feb441a77c0dc000023f2c6e.tar.gz samba-694a579cb8d418a4feb441a77c0dc000023f2c6e.tar.bz2 samba-694a579cb8d418a4feb441a77c0dc000023f2c6e.zip |
Merge branch 'selftest' of git://git.samba.org/jelmer/samba
Diffstat (limited to 'selftest/test_subunit.pl')
-rwxr-xr-x | selftest/test_subunit.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/selftest/test_subunit.pl b/selftest/test_subunit.pl new file mode 100755 index 0000000000..28522ed49f --- /dev/null +++ b/selftest/test_subunit.pl @@ -0,0 +1,7 @@ +#!/usr/bin/perl + +use Test::More tests => 0; +use FindBin qw($RealBin); +use lib $RealBin; +use Subunit qw(parse_results); + |