From: Zdenek Kabelac Date: Mon, 8 Apr 2024 20:19:33 +0000 (+0200) Subject: makefiles: add libdm as deps for unit-test X-Git-Tag: v2_03_24~252 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=5125629f2a18f7ff68690086c5026c3e2ccdc6b9;p=lvm2.git makefiles: add libdm as deps for unit-test When using just 'make check' ensure we make also dmsetup so it's not needed to run explicit 'make' to get all the tools. --- diff --git a/Makefile.in b/Makefile.in index d30f6e7fd..06c4b1823 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55,7 +55,7 @@ po: tools daemons man: tools all_man: tools test: tools daemons -unit-test run-unit-test: test +unit-test run-unit-test: test libdm daemons.device-mapper: libdm.device-mapper tools.device-mapper: libdm.device-mapper