mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
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.
This commit is contained in:
parent
39d375ecd1
commit
5125629f2a
@ -55,7 +55,7 @@ po: tools daemons
|
|||||||
man: tools
|
man: tools
|
||||||
all_man: tools
|
all_man: tools
|
||||||
test: tools daemons
|
test: tools daemons
|
||||||
unit-test run-unit-test: test
|
unit-test run-unit-test: test libdm
|
||||||
|
|
||||||
daemons.device-mapper: libdm.device-mapper
|
daemons.device-mapper: libdm.device-mapper
|
||||||
tools.device-mapper: libdm.device-mapper
|
tools.device-mapper: libdm.device-mapper
|
||||||
|
Loading…
Reference in New Issue
Block a user