diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-17 17:32:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:52 -0500 |
commit | 6e3b2448eb6cc48a95eeec24f397d3243f9473bf (patch) | |
tree | fb15898b9a8b47e951db048a47cfe60169c4532e /source4/script/tests | |
parent | 1751007e645d206f48d2efa4470fd99fbbecf2b8 (diff) | |
download | samba-6e3b2448eb6cc48a95eeec24f397d3243f9473bf.tar.gz samba-6e3b2448eb6cc48a95eeec24f397d3243f9473bf.tar.bz2 samba-6e3b2448eb6cc48a95eeec24f397d3243f9473bf.zip |
r6862: Add some more tests
Accept new command-line options --keep, --outputdir and --idl-compiler.
We're currently at 34 IDL tests (...and counting)
(This used to be commit 7004f9515b75bce5b46e444f1865d377fdae0afa)
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 8c57f10ffe..07c144a65f 100755 --- a/source4/script/tests/test_pidl.sh +++ b/source4/script/tests/test_pidl.sh @@ -3,3 +3,4 @@ ./build/pidl/tests/ndr_align.pl ./build/pidl/tests/ndr_alloc.pl ./build/pidl/tests/ndr_refptr.pl +./build/pidl/tests/ndr_string.pl |