From 0dae377fbf1e0b3e1484984602cbaf73487efa47 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Thu, 30 Jul 2015 20:23:14 +0200 Subject: [PATCH] test: Update Makefiles - Add missing check_lvmpolld to toplevel Makefile - Document check_system --- Makefile.in | 2 +- test/Makefile.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1eb026bb4..35e5d8f47 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/test/Makefile.in b/test/Makefile.in index 72eb4e603..65ba29416 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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."