From 30e11d55b526632f93fb60ff944c771f452ab5b4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 8 Sep 2011 19:07:47 +1000 Subject: 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 Autobuild-Date: Thu Sep 8 13:37:40 CEST 2011 on sn-devel-104 --- wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build') diff --git a/wscript_build b/wscript_build index 9e2737d5fb..1b6fb31e41 100644 --- a/wscript_build +++ b/wscript_build @@ -123,3 +123,4 @@ bld.RECURSE('source3') bld.RECURSE('testsuite/headers') bld.SYMBOL_CHECK() +bld.DUP_SYMBOL_CHECK() -- cgit