diff options
Diffstat (limited to 'source4/build/pidl/Makefile.PL')
-rwxr-xr-x | source4/build/pidl/Makefile.PL | 1 |
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 { |