commit | f684ad6ea817b3056790bc0cbefe77648c5aad80 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Mon Sep 21 17:02:26 2020 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Mon Sep 21 17:06:51 2020 +0800 |
tree | 2c094d40ded136ea017323d3774499f0ffee3f2c | |
parent | 317157d0055937681ff605d515acb9d509a77ae8 [diff] |
unit-test: Use project defined b_lundef The unit-test.py was setting b_lundef=false for address santinizer, and setting b_lundef=true afterwards. For a project generating shared library that invokes a function that is implemented in other components, e.g. an OEM ipmi plugin, b_lundef=true will cause the link failure with undefined reference. For such projects, the meson.build will set b_lundef=false by default, and the unit-test.py shall respect the project's setting or use the default value, which is b_lundef=true. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I42a117819b18573dc47bfc4d807a65410bfbdde2
Build script for CI jobs in Jenkins.