diff options
author | Christian Ambach <ambi@samba.org> | 2012-02-22 15:44:27 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-05-01 09:32:11 +0200 |
commit | 55870b0bf9496a56dcbd3b439959b7347e61a088 (patch) | |
tree | fee9a0432616a0f74e37c7ea2f33ac1c0ed6fd74 /source3/wscript_build | |
parent | 0e06d944bc87c212713eee3c2d651321deb1c18c (diff) | |
download | samba-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-x | source3/wscript_build | 2 |
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()) |