mkosi: Install tests in final image

This commit is contained in:
Daan De Meyer 2022-08-16 12:50:29 +02:00
parent 645deddbaf
commit 819a2502f2

View file

@ -65,7 +65,8 @@ if [ ! -f "$BUILDDIR"/build.ninja ] ; then
-D translations=false \
-D version-tag="${VERSION_TAG}" \
-D mode=developer \
-D b_sanitize="${SANITIZERS:-none}"
-D b_sanitize="${SANITIZERS:-none}" \
-D install-tests=true
fi
cd "$BUILDDIR"