summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-07-20 11:56:11 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-08-12 14:33:16 +0200
commit9e3ef2809a83c55131932cbd33b8de0138b590b4 (patch)
tree4fa4900dd595b1ec35b55707e988a2c4b3c39194
parent48ed8ac50cd0c384c3ff4e5e7dbc79b8f1c24cef (diff)
downloadlvm2-9e3ef2809a83c55131932cbd33b8de0138b590b4.tar.gz
tests: link some new cache profiles
-rw-r--r--test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 65ba29416..211950954 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -199,7 +199,8 @@ install: .tests-stamp lib/paths-installed
$(INSTALL_PROGRAM) api/*.{t,py} $(DATADIR)/api/
$(INSTALL_DATA) lib/paths-installed $(DATADIR)/lib/paths
$(INSTALL_DATA) $(LIB_FLAVOURS) $(DATADIR)/lib/
- $(INSTALL_DATA) $(abs_top_srcdir)/conf/thin-performance.profile $(DATADIR)/lib/thin-performance.profile
+ for i in cache-mq cache-smq thin-performance ; do \
+ $(INSTALL_DATA) $(abs_top_srcdir)/conf/$$i.profile $(DATADIR)/lib/$$i.profile; done
$(INSTALL_SCRIPT) $(LIB_SHARED) $(DATADIR)/lib/
for i in $(CMDS); do (cd $(DATADIR)/lib && $(LN_S) -f lvm-wrapper $$i); done