diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-09 15:56:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:28 -0500 |
commit | b98373d574f43fb5d088a59acf1c81ea0b311977 (patch) | |
tree | 0b9f8cce2c87bd792abc6a5bce911e0f3fb66072 /source4/build/pidl/tests/ndr_simple.pl | |
parent | fa1445f4bc962efb3e639d3a4e345b1db14155b7 (diff) | |
download | samba-b98373d574f43fb5d088a59acf1c81ea0b311977.tar.gz samba-b98373d574f43fb5d088a59acf1c81ea0b311977.tar.bz2 samba-b98373d574f43fb5d088a59acf1c81ea0b311977.zip |
r8265: Fixes to the pidl test suite.
(This used to be commit 1235333afbfab643ea35e9b43f6142da3f6a41d7)
Diffstat (limited to 'source4/build/pidl/tests/ndr_simple.pl')
-rwxr-xr-x | source4/build/pidl/tests/ndr_simple.pl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/source4/build/pidl/tests/ndr_simple.pl b/source4/build/pidl/tests/ndr_simple.pl index b1930c45b6..7d48c9f4d7 100755 --- a/source4/build/pidl/tests/ndr_simple.pl +++ b/source4/build/pidl/tests/ndr_simple.pl @@ -4,16 +4,14 @@ # Published under the GNU General Public License use strict; -use FindBin qw($RealBin); -use lib "$RealBin/../.."; -use pidl::test; +use Parse::Pidl::Test; -my %settings = Test::GetSettings(@ARGV); +my %settings = Parse::Pidl::Test::GetSettings(@ARGV); $settings{'IDL-Arguments'} = ['--quiet', '--parse', '--parser=ndr_test.c', '--header=ndr_test.h']; $settings{'IncludeFiles'} = ['ndr_test.h']; $settings{'ExtraFiles'} = ['ndr_test.c']; -Test::test_idl( +Parse::Pidl::Test::test_idl( # Name 'UInt8', |