From 24c36e748414d70ede930e8418455a2c11068d49 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 7 Nov 2012 21:24:27 +0100 Subject: s3: test dbwrap_ctdb Reviewed-by: Michael Adam --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript_build') 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} -- cgit