mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
test: Update Makefiles
- Add missing check_lvmpolld to toplevel Makefile - Document check_system
This commit is contained in:
parent
8bc90a25c2
commit
0dae377fbf
@ -95,7 +95,7 @@ endif
|
||||
DISTCLEAN_TARGETS += cscope.out
|
||||
CLEAN_DIRS += autom4te.cache
|
||||
|
||||
check check_system check_cluster check_local check_lvmetad unit: all
|
||||
check check_system check_cluster check_local check_lvmetad check_lvmpolld unit: all
|
||||
$(MAKE) -C test $(@)
|
||||
|
||||
conf.generate: tools
|
||||
|
@ -66,6 +66,7 @@ help:
|
||||
@echo -e "\nAvailable targets:"
|
||||
@echo " all Default target, run check."
|
||||
@echo " check Run all tests."
|
||||
@echo " check_system Run all tests using udev."
|
||||
@echo " check_local Run tests without clvmd and lvmetad."
|
||||
@echo " check_cluster Run tests with cluster daemon."
|
||||
@echo " check_lvmetad Run tests with lvmetad daemon."
|
||||
|
Loading…
Reference in New Issue
Block a user