summaryrefslogtreecommitdiff
path: root/source4/build/pidl/Makefile.PL
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-07-09 15:56:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:28 -0500
commitb98373d574f43fb5d088a59acf1c81ea0b311977 (patch)
tree0b9f8cce2c87bd792abc6a5bce911e0f3fb66072 /source4/build/pidl/Makefile.PL
parentfa1445f4bc962efb3e639d3a4e345b1db14155b7 (diff)
downloadsamba-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/Makefile.PL')
-rwxr-xr-xsource4/build/pidl/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/Makefile.PL b/source4/build/pidl/Makefile.PL
index 1c08f9f9b8..ae862bfdb5 100755
--- a/source4/build/pidl/Makefile.PL
+++ b/source4/build/pidl/Makefile.PL
@@ -5,6 +5,7 @@ WriteMakefile(
'EXE_FILES' => [ 'pidl' ],
'PMLIBDIRS' => [ 'Parse' ],
'C' => [],
+ 'test' => { 'TESTS' => 'tests/*.pl' }
);
sub MY::postamble {