diff options
author | Volker Lendecke <vl@samba.org> | 2013-08-23 13:57:03 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-08-28 23:37:08 +0200 |
commit | e1843cd33274a3d790a4214b3d50a584d3d3fc95 (patch) | |
tree | 832d430c6d42cfff9a0c235d5f8de83d8ffa467b /source3/wscript_build | |
parent | 1cae59ce112ccb51b45357a52b902f80fce1eef1 (diff) | |
download | samba-e1843cd33274a3d790a4214b3d50a584d3d3fc95.tar.gz samba-e1843cd33274a3d790a4214b3d50a584d3d3fc95.tar.bz2 samba-e1843cd33274a3d790a4214b3d50a584d3d3fc95.zip |
torture3: add clipathinfo-bufsize
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@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 e166b16505..e4417eaa0d 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -560,6 +560,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_dbwrap_watch.c torture/test_idmap_tdb_common.c torture/test_dbwrap_ctdb.c + torture/test_buffersize.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} |