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/wscript_build | |
parent | 8300791a6765499bcc8b892863d319f59332d9e3 (diff) | |
download | samba-24c36e748414d70ede930e8418455a2c11068d49.tar.gz samba-24c36e748414d70ede930e8418455a2c11068d49.tar.bz2 samba-24c36e748414d70ede930e8418455a2c11068d49.zip |
s3: test dbwrap_ctdb
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index b87b4d1fd6..b9984fe98b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -557,6 +557,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ lib/tevent_barrier.c torture/test_dbwrap_watch.c torture/test_idmap_tdb_common.c + torture/test_dbwrap_ctdb.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} |