summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2012-02-22 15:44:27 +0100
committerChristian Ambach <ambi@samba.org>2012-05-01 09:32:11 +0200
commit55870b0bf9496a56dcbd3b439959b7347e61a088 (patch)
treefee9a0432616a0f74e37c7ea2f33ac1c0ed6fd74 /source3/torture/torture.c
parent0e06d944bc87c212713eee3c2d651321deb1c18c (diff)
downloadsamba-55870b0bf9496a56dcbd3b439959b7347e61a088.tar.gz
samba-55870b0bf9496a56dcbd3b439959b7347e61a088.tar.bz2
samba-55870b0bf9496a56dcbd3b439959b7347e61a088.zip
s3:torture: add idmap_tdb_common test code
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 530e935a5c..962d0e7967 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -8935,6 +8935,7 @@ static struct {
{ "LOCAL-CONV-AUTH-INFO", run_local_conv_auth_info, 0},
{ "LOCAL-sprintf_append", run_local_sprintf_append, 0},
{ "LOCAL-hex_encode_buf", run_local_hex_encode_buf, 0},
+ { "LOCAL-IDMAP-TDB-COMMON", run_idmap_tdb_common_test, 0},
{NULL, NULL, 0}};