diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-17 13:19:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:51 -0500 |
commit | fe597fd1e28b92766e174249b10739fb2fe4a35f (patch) | |
tree | a5ff0ce5cea1d65c66d2ea3a3ad34ed85ad45d8b /source4/script/tests | |
parent | 5af7002c1de5d59626e68420b43526ef5ffe3f42 (diff) | |
download | samba-fe597fd1e28b92766e174249b10739fb2fe4a35f.tar.gz samba-fe597fd1e28b92766e174249b10739fb2fe4a35f.tar.bz2 samba-fe597fd1e28b92766e174249b10739fb2fe4a35f.zip |
r6857: - Support [public] on functions
- Add some more pidl tests based on ref_notes.txt
We currently fail some tests because we don't default to "ref"
for top-level pointers at the moment. We also fail some of the multi-level
tests.
(This used to be commit 187802f580d85e19ee9b7f07db931d0511f197bc)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_pidl.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/test_pidl.sh b/source4/script/tests/test_pidl.sh index 77f14ddcb9..f5e731d37a 100755 --- a/source4/script/tests/test_pidl.sh +++ b/source4/script/tests/test_pidl.sh @@ -1,2 +1,3 @@ #!/bin/sh ./build/pidl/tests/ndr_simple.pl +./build/pidl/tests/ndr_refptr.pl |