summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-28 08:51:09 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-28 08:51:09 +0000
commit7ec0ead48a6e7b770d04802fb8248c1240cd0787 (patch)
tree1dc368cab0f9505cc448f930cd94601c740a46d8 /source4/torture/torture.c
parentb0ba0462a4e85a26c45a4e763655d5b3885a147f (diff)
downloadsamba-7ec0ead48a6e7b770d04802fb8248c1240cd0787.tar.gz
samba-7ec0ead48a6e7b770d04802fb8248c1240cd0787.tar.bz2
samba-7ec0ead48a6e7b770d04802fb8248c1240cd0787.zip
the beginnings of an automated tool for working out IDL properties of
a pipe. I'm not sure how possible this will be without lots of human intervention, but its an interesting thing to try. (This used to be commit d5afe7c6a8651457da9438fcf0035c792701ac86)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 0a15620174..5b6566df81 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -4070,6 +4070,7 @@ static struct {
{"RPC-WINREG", torture_rpc_winreg, 0},
{"RPC-MGMT", torture_rpc_mgmt, 0},
{"RPC-SCANNER", torture_rpc_scanner, 0},
+ {"RPC-AUTOIDL", torture_rpc_autoidl, 0},
{NULL, NULL, 0}};