From 4aa5ae07f8ff5cdaa1067a4a6d61345574dad420 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 6 Apr 2022 15:39:04 +0200 Subject: mbuto: Make sure kselftests are "installed" before building image We need to make sure test programs are built and everything is included in tools/testing/selftests/kselftest_install before we can include that in the guest image. Reported-by: Sevinj Aghayeva Signed-off-by: Stefano Brivio --- mbuto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mbuto b/mbuto index 6b1fb96..2a55d1f 100755 --- a/mbuto +++ b/mbuto @@ -204,6 +204,9 @@ profile_kselftests() { fi KERNEL="$(cat include/config/kernel.release)" + + ${MAKE} -C tools/testing/selftests/ install + MODDIR="$(${REALPATH} .mbuto_mods)" ${RM} -rf "${MODDIR}" ${MKDIR} -p "${MODDIR}" -- cgit v1.2.3