commit | 3022f1f3f097f55f6ed10679dc3748f5756eca90 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Fri Mar 07 06:52:34 2025 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Mar 13 23:53:37 2025 -0500 |
tree | 1d374635da663a66aaf71f70478816ce59428142 | |
parent | a6c307a84fe43679ece859789666cca4c391cd38 [diff] |
clang-tidy:test fix file not found error This commit resolves the clang-diagnostic-error related to the missing 'sample.h' file. Change-Id: I2cd7afe57362eba18f2d2a08c09947c8118e2a74 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage