[Pkg-voip-commits] [dahdi-tools] 14/285: Add 'install-tests' Makefile target.

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 3f57781f6e942fe4d51d3cedba0e2206999bb7c8
Author: Jason Parker <jparker at digium.com>
Date:   Mon Nov 29 17:53:50 2010 +0000

    Add 'install-tests' Makefile target.
    
    Acked-by: Shaun Ruffell <sruffell at digium.com>
    
    
    git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@9499 17933a7a-c749-41c5-a318-cba88f637d49
---
 Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Makefile b/Makefile
index 835e410..be30fee 100644
--- a/Makefile
+++ b/Makefile
@@ -270,6 +270,12 @@ install-utils-subdirs:
 		$(MAKE) -C $$dir install; \
 	done
 
+install-tests: tests
+ifneq (,$(TEST_BINS))
+	install -d $(DESTDIR)$(BIN_DIR)
+	install  $(TEST_BINS) $(DESTDIR)$(BIN_DIR)/
+endif
+
 config:
 ifneq (,$(COPY_INITD))
 	$(COPY_INITD)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list