From 55870b0bf9496a56dcbd3b439959b7347e61a088 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Wed, 22 Feb 2012 15:44:27 +0100 Subject: s3:torture: add idmap_tdb_common test code --- source3/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 26df82b0e6..dc0175090b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -558,6 +558,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_notify.c lib/tevent_barrier.c torture/test_dbwrap_watch.c + torture/test_idmap_tdb_common.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} @@ -1394,6 +1395,7 @@ bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3, TLDAP RPC_NDR_ECHO WB_REQTRANS + idmap ''', vars=locals()) -- cgit