1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

s3:waf: Reformat smbtorture3

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider
2016-11-22 11:01:52 +01:00
committed by Michael Adam
parent 43825b2c04
commit 7ec60882da

View File

@ -1173,7 +1173,8 @@ bld.SAMBA3_BINARY('smbstatus',
''')
bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,
source='''torture/torture.c
source='''
torture/torture.c
torture/nbio.c
torture/scanner.c
torture/utable.c
@ -1203,7 +1204,8 @@ bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3,
torture/test_oplock_cancel.c
torture/test_pthreadpool_tevent.c
torture/bench_pthreadpool.c
torture/wbc_async.c''',
torture/wbc_async.c
''',
deps='''
talloc
param