From b98373d574f43fb5d088a59acf1c81ea0b311977 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 9 Jul 2005 15:56:17 +0000 Subject: r8265: Fixes to the pidl test suite. (This used to be commit 1235333afbfab643ea35e9b43f6142da3f6a41d7) --- source4/build/pidl/Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/pidl/Makefile.PL') 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 { -- cgit