diff options
author | Volker Lendecke <vl@samba.org> | 2012-04-04 14:35:12 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-17 10:21:02 +0200 |
commit | ae691cd9cc5f00a1d4465d233cdd9f5b580b2c39 (patch) | |
tree | 68c6cf8d3203012d2f78cadfbd7c655d8276d305 /source3/wscript_build | |
parent | 842b86c45ff656aab531530646a4e935e53166e4 (diff) | |
download | samba-ae691cd9cc5f00a1d4465d233cdd9f5b580b2c39.tar.gz samba-ae691cd9cc5f00a1d4465d233cdd9f5b580b2c39.tar.bz2 samba-ae691cd9cc5f00a1d4465d233cdd9f5b580b2c39.zip |
s3: Add two notify benchmark tests
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 2771358972..652743c86f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -576,6 +576,8 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_cleanup.c torture/test_ctdbconn.c torture/test_msg.c + torture/test_notify.c + lib/tevent_barrier.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} |