r12464: Add simple IDL parsing tests for pidl using the standard perl
authorJelmer Vernooij <jelmer@samba.org>
Sat, 24 Dec 2005 23:32:50 +0000 (23:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:42 +0000 (13:47 -0500)
commit975d8816db6697dab828941b69a740e3a0a2c272
tree7c0e29ee81c8a2c501972c672ce7b12337008118
parentf25358270d44a5642adbb85ecaa50b2e5730d7f0
r12464: Add simple IDL parsing tests for pidl using the standard perl
testing framework (Test::Simple, distributed with perl itself).
Run these tests from 'make test'
14 files changed:
source/pidl/idl.yp
source/pidl/lib/Parse/Pidl/IDL.pm
source/pidl/lib/Parse/Pidl/NDR.pm
source/pidl/lib/Parse/Pidl/Samba4/NDR/Header.pm
source/pidl/lib/Parse/Pidl/Test.pm [deleted file]
source/pidl/tests/ndr_align.pl
source/pidl/tests/ndr_alloc.pl
source/pidl/tests/ndr_array.pl
source/pidl/tests/ndr_refptr.pl
source/pidl/tests/ndr_simple.pl
source/pidl/tests/ndr_string.pl
source/pidl/tests/parse_idl.pl [new file with mode: 0755]
source/script/tests/test_pidl.sh
source/script/tests/tests_all.sh