]> sourceware.org Git - lvm2.git/commitdiff
tests: install also api test
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 22 Apr 2015 08:57:42 +0000 (10:57 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 22 Apr 2015 08:57:42 +0000 (10:57 +0200)
Install .t & .py binaries.
On 'make clean'  ensure also -t files are removed.

test/Makefile.in

index c99f8f28c6615b8013aee0fc08d265724d2e565e..bf9b58e9f635984266941465c4bc8dd87f29da46 100644 (file)
@@ -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)/$@
This page took 0.037531 seconds and 5 git commands to generate.