From d8874556cde1e0be4ee1d9cf40835d8ee7fe89f2 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 22 Apr 2015 10:57:42 +0200 Subject: [PATCH] tests: install also api test Install .t & .py binaries. On 'make clean' ensure also -t files are removed. --- test/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index c99f8f28c..bf9b58e9f 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -147,8 +147,10 @@ install: .tests-stamp lib/paths-installed $(INSTALL_DIR) $(DATADIR)/{shell,api,lib} $(INSTALL_DATA) shell/*.sh $(DATADIR)/shell/ $(INSTALL_DATA) api/*.sh $(DATADIR)/api/ + $(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 $(INSTALL_SCRIPT) $(LIB_SHARED) $(DATADIR)/lib/ for i in $(CMDS); do (cd $(DATADIR)/lib && ln -fs lvm-wrapper $$i); done @@ -250,7 +252,9 @@ distclean: cleantest CLEAN_TARGETS += .lib-dir-stamp .tests-stamp $(LIB) $(addprefix lib/,$(CMDS)) \ lib/clvmd lib/dmeventd lib/dmsetup lib/lvmetad lib/fsadm lib/vgimportclone \ - lib/thin-performance.profile lib/paths-common + lib/thin-performance.profile lib/harness \ + lib/paths-installed lib/paths-installed-t \ + lib/paths-common lib/paths-common-t Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -- 2.43.5