commit | 930856da9a4898bb1d35dfcd78261450b4e0fa41 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Jan 30 12:58:15 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Sun Feb 04 00:11:10 2024 +0000 |
tree | 08a2cdaa09cce4889067d23132d7283688cb9429 | |
parent | 62e3ca80564c55a949be9e45aa22e4ce89e43463 [diff] |
Remove files no longer in use testaddsel.cpp and testit.cpp have not been compiled and are no longer in use. This patch will remove these two files. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I14f23a6b0663347a8c7957445da6c6f1a6091365
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