summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-08-02 18:15:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:30:58 -0500
commit2a45ec2049479a81298c991d6c6d86eef0118292 (patch)
tree2400be49abc4953e9e6656fe8c57cb8c50fb7bf7 /source4/torture/torture.c
parente66f76c864099c315bb654d16aafaa69984b122b (diff)
downloadsamba-2a45ec2049479a81298c991d6c6d86eef0118292.tar.gz
samba-2a45ec2049479a81298c991d6c6d86eef0118292.tar.bz2
samba-2a45ec2049479a81298c991d6c6d86eef0118292.zip
r8930: Add the libnet share tests based on code submitted by
Gregory Leocadie <gleocadie@idealx.com>. Listing shares passes, deleting not yet - it's a work in progress. rafal (This used to be commit 5c53498a4a3e84d5b55c233da01e96fdd4f0e0dd)
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 9d5638b255..c25d808ee8 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2345,6 +2345,7 @@ static struct {
{"NET-API-LOOKUPPDC", torture_lookup_pdc, 0},
{"NET-API-CREATEUSER", torture_createuser, 0},
{"NET-API-RPCCONNECT", torture_rpc_connect, 0},
+ {"NET-API-LISTSHARES", torture_listshares, 0},
{NULL, NULL, 0}};