diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-09-08 19:07:47 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-08 13:37:40 +0200 |
commit | 30e11d55b526632f93fb60ff944c771f452ab5b4 (patch) | |
tree | 9409d9623f4e18c55c12a856da87580858e68253 /wscript | |
parent | 3346af16752a08ea134059f75c003b01a7b7f7ec (diff) | |
download | samba-30e11d55b526632f93fb60ff944c771f452ab5b4.tar.gz |
build: Add duplicate symbol checking as part of make test
This ensures we do not get duplicate symbols again, when run as
./configure.developer on non-build farm machines.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Sep 8 13:37:40 CEST 2011 on sn-devel-104
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ def configure(conf): if Options.options.developer: conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD') + conf.env.DEVELOPER = True # this enables smbtorture.static for s3 in the build farm conf.env.BUILD_FARM = Options.options.BUILD_FARM or os.environ.get('RUN_FROM_BUILD_FARM') |