diff options
author | Volker Lendecke <vl@samba.org> | 2012-11-07 21:24:27 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-11-29 17:41:15 +0100 |
commit | 24c36e748414d70ede930e8418455a2c11068d49 (patch) | |
tree | ff65020a7f1291d34ecaf260c8aaef04fc160b38 /source3/torture/torture.c | |
parent | 8300791a6765499bcc8b892863d319f59332d9e3 (diff) | |
download | samba-24c36e748414d70ede930e8418455a2c11068d49.tar.gz |
s3: test dbwrap_ctdb
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 0cca680f6b9..89b34e4da08 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -9150,6 +9150,7 @@ static struct { { "LOCAL-remove_duplicate_addrs2", run_local_remove_duplicate_addrs2, 0}, { "local-tdb-opener", run_local_tdb_opener, 0 }, { "local-tdb-writer", run_local_tdb_writer, 0 }, + { "LOCAL-DBWRAP-CTDB", run_local_dbwrap_ctdb, 0 }, {NULL, NULL, 0}}; |