summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-11-22 11:04:14 +0100
committerMichael Adam <obnox@samba.org>2016-12-04 16:35:21 +0100
commit3970d49cbdebdfb0e650b1ae0d77391498846c48 (patch)
tree54a73aa5460b5cf297556592bb7b59090618e338 /source3/wscript_build
parent153ecea423bfea96f31b11a7988f00a026d786e1 (diff)
downloadsamba-3970d49cbdebdfb0e650b1ae0d77391498846c48.tar.gz
s3:waf: Reformat vfstest
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build15
1 files changed, 9 insertions, 6 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 01b086e07a2..5f7cc09f37e 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1273,13 +1273,16 @@ bld.SAMBA3_BINARY('pdbtest',
install=False)
bld.SAMBA3_BINARY('vfstest',
- source='''torture/cmd_vfs.c
- torture/vfstest.c
- torture/vfstest_chain.c''',
+ source='''
+ torture/cmd_vfs.c
+ torture/vfstest.c
+ torture/vfstest_chain.c
+ ''',
deps='''
- vfs
- popt_samba3
- SMBREADLINE''',
+ vfs
+ popt_samba3
+ SMBREADLINE
+ ''',
install=False)
bld.SAMBA3_BINARY('versiontest',