1
0
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:
Marian Csontos 2015-07-30 20:23:14 +02:00
parent 8bc90a25c2
commit 0dae377fbf
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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."