diff options
| author | Andreas Schneider <asn@samba.org> | 2023-01-25 10:46:03 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2023-01-26 13:13:50 +0000 |
| commit | 56c6f0b6d64d29a34659c9af2e4f6ee397b3e0ca (patch) | |
| tree | db06b3e444f4d98f8f4b62100d2f8e268b96446b /source3/wscript | |
| parent | e6f0e4d53285177f7a60559394efeb5a78b6bd53 (diff) | |
| download | samba-56c6f0b6d64d29a34659c9af2e4f6ee397b3e0ca.tar.gz | |
selftest: Only run samba.tests.smb3unix in developer mode
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu Jan 26 13:13:50 UTC 2023 on atb-devel-224
Diffstat (limited to 'source3/wscript')
| -rw-r--r-- | source3/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index e77cd127e60..0dbf02ed530 100644 --- a/source3/wscript +++ b/source3/wscript @@ -111,6 +111,7 @@ def configure(conf): if Options.options.developer: conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD') conf.env.developer = True + conf.DEFINE('HAVE_SMB3_UNIX_EXTENSIONS', '1') if sys.platform != 'openbsd5': conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True) |
