summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-05-16 13:43:02 +0100
committerJoe Thornber <ejt@redhat.com>2018-05-16 13:43:02 +0100
commit89fdc0b5889d24fe785e7fa4c2be13659d1ed0b2 (patch)
tree55484f573f545e2bda01371ccf1b3ca4fe128620 /Makefile.in
parentccc35e2647b3b78f2fb0d62c25f21fcccbf58950 (diff)
parent7c852c75c3b3e719d57d3410bf0c2a5e61d67f4e (diff)
downloadlvm2-89fdc0b5889d24fe785e7fa4c2be13659d1ed0b2.tar.gz
Merge branch 'master' into 2018-05-11-fork-libdm
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index a1c87468b..00b4f1e99 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
#
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
-# Copyright (C) 2004-2015 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2004-2018 Red Hat, Inc. All rights reserved.
#
# This file is part of LVM2.
#
@@ -61,6 +61,7 @@ po: tools daemons
man: tools
all_man: tools
scripts: liblvm libdm
+test: tools daemons
lib.device-mapper: include.device-mapper
libdm.device-mapper: include.device-mapper
@@ -96,7 +97,7 @@ endif
DISTCLEAN_TARGETS += cscope.out
CLEAN_DIRS += autom4te.cache
-check check_system check_cluster check_local check_lvmetad check_lvmpolld check_lvmlockd_test check_lvmlockd_dlm check_lvmlockd_sanlock: all
+check check_system check_cluster check_local check_lvmetad check_lvmpolld check_lvmlockd_test check_lvmlockd_dlm check_lvmlockd_sanlock: test
$(MAKE) -C test $(@)
conf.generate man.generate: tools
@@ -145,7 +146,7 @@ install_system_dirs:
$(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_RUN_DIR)
$(INSTALL_ROOT_DATA) /dev/null $(DESTDIR)$(DEFAULT_CACHE_DIR)/.cache
-install_initscripts:
+install_initscripts:
$(MAKE) -C scripts install_initscripts
install_systemd_generators:
@@ -168,6 +169,7 @@ install_tmpfiles_configuration:
LCOV_TRACES = libdm.info lib.info liblvm.info tools.info \
libdaemon/client.info libdaemon/server.info \
+ test/unit.info \
daemons/clvmd.info \
daemons/dmeventd.info \
daemons/lvmetad.info \