diff options
-rw-r--r-- | source4/pidl/MANIFEST | 8 | ||||
-rwxr-xr-x | source4/pidl/Makefile.PL | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/source4/pidl/MANIFEST b/source4/pidl/MANIFEST index 0a4df7ba89..f51afe2a48 100644 --- a/source4/pidl/MANIFEST +++ b/source4/pidl/MANIFEST @@ -7,6 +7,14 @@ tests/ndr_simple.pl tests/ndr_align.pl tests/ndr_alloc.pl tests/ndr_array.pl +tests/ndr.pl +tests/samba-ndr.pl +tests/util.pl +tests/test_util.pl +tests/ndr_represent.pl +tests/ndr_compat.pl +tests/ndr_fullptr.pl +tests/ndr_tagtype.pl lib/Parse/Pidl/Samba3/Client.pm lib/Parse/Pidl/Samba3/ClientNDR.pm lib/Parse/Pidl/Samba3/Header.pm diff --git a/source4/pidl/Makefile.PL b/source4/pidl/Makefile.PL index 8167cfd6f8..2a405fcc2b 100755 --- a/source4/pidl/Makefile.PL +++ b/source4/pidl/Makefile.PL @@ -3,8 +3,7 @@ WriteMakefile( 'NAME' => 'Parse::Pidl', 'VERSION_FROM' => 'lib/Parse/Pidl.pm', 'EXE_FILES' => [ 'pidl' ], - 'test' => { 'TESTS' => 'tests/*.pl' }, - 'PMLIBDIRS' => [ 'lib/Parse/Pidl'] + 'test' => { 'TESTS' => 'tests/*.pl' } ); sub MY::postamble { |