summaryrefslogtreecommitdiff
path: root/source3/wscript_build
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/wscript_build
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/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 2 insertions, 0 deletions
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())