s4-torture: reformat TORTURE_SMB2 wscript_build list.
authorGünther Deschner <gd@samba.org>
Fri, 26 Feb 2016 16:15:32 +0000 (17:15 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 7 Sep 2016 10:09:16 +0000 (12:09 +0200)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
source4/torture/smb2/wscript_build

index e667f00a0c080a33d47247fd36e568092948ac43..a2e27db0212b17c4a9c500405c0aa8741bb79e48 100644 (file)
@@ -1,10 +1,34 @@
 #!/usr/bin/env python
 
 bld.SAMBA_MODULE('TORTURE_SMB2',
-       source='''connect.c scan.c util.c getinfo.c setinfo.c lock.c notify.c
-       smb2.c durable_open.c durable_v2_open.c oplock.c dir.c lease.c create.c
-       acls.c read.c compound.c streams.c ioctl.c rename.c maxfid.c
-       session.c delete-on-close.c replay.c notify_disabled.c dosmode.c''',
+       source='''
+        acls.c
+        compound.c
+        connect.c
+        create.c
+        delete-on-close.c
+        dir.c
+        dosmode.c
+        durable_open.c
+        durable_v2_open.c
+        getinfo.c
+        ioctl.c
+        lease.c
+        lock.c
+        maxfid.c
+        notify.c
+        notify_disabled.c
+        oplock.c
+        read.c
+        rename.c
+        replay.c
+        scan.c
+        session.c
+        setinfo.c
+        smb2.c
+        streams.c
+        util.c
+        ''',
        subsystem='smbtorture',
        deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
        internal_module=True,