From fe597fd1e28b92766e174249b10739fb2fe4a35f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 17 May 2005 13:19:40 +0000 Subject: 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) --- source4/script/tests/test_pidl.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/script/tests') 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 -- cgit