commit | 5dbebde0ac628a62afc0a6a9acb5cc3dd69c5587 | [log] [tgz] |
---|---|---|
author | austinfcui <austinfcui@gmail.com> | Tue Apr 12 16:30:38 2022 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Mon Apr 18 17:39:23 2022 -0500 |
tree | e41079291f44eb60765b153026398725135ae132 | |
parent | 7ec2dd11c37ec04459771bcf418689378da6911b [diff] |
Configure UT test static lib in base meson.build Fix problem of UT GCOV converages not increasing Signed-off-by: austinfcui <austinfcui@gmail.com> Change-Id: I070fedf7cd268a541fd61b05aca05b9759a4a67a
In the event of a system fatal error reported by the internal system hardware (processor chips, memory chips, I/O chips, system memory, etc.), POWER Systems have the ability to diagnose the root cause of the failure and perform any service action needed to avoid repeated system failures.
Aditional details TBD.
For a standard OpenBMC release build, you want something like:
meson -Dtests=disabled <build_dir> ninja -C <build_dir> ninja -C <build_dir> install
For a test / debug build, a typical configuration is:
meson -Dtests=enabled <build_dir> ninja -C <build_dir> test