]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Install tests in final image
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 16 Aug 2022 10:50:29 +0000 (12:50 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 20 Aug 2022 21:24:19 +0000 (23:24 +0200)
mkosi.build

index 27e5b1c65c575b515646f5d3390a85bfe6c8df56..210811e7685773a0627e644e8cd9858db5ecb3df 100755 (executable)
@@ -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"