From 3b3cc1ffe37510571d7d048cc4258ee838117d81 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 29 Nov 2010 17:53:50 +0000 Subject: Add 'install-tests' Makefile target. Acked-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@9499 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- 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) -- cgit v1.2.3