s3:waf: Reformat vfstest
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 10:04:14 +0000 (11:04 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 4 Dec 2016 15:35:21 +0000 (16:35 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/wscript_build

index 01b086e07a2d83672a13edc9b69cf19b450fc122..5f7cc09f37e75ee5f28d1edca97e28a51bef175d 100755 (executable)
@@ -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',