summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2010-11-29 17:53:50 +0000
committerJason Parker <jparker@digium.com>2010-11-29 17:53:50 +0000
commit3b3cc1ffe37510571d7d048cc4258ee838117d81 (patch)
treed77545de72ee94d437830e5e64c6d20741723a76
parentc746e289b0303949c4847791633f4010a504e534 (diff)
Add 'install-tests' Makefile target.
Acked-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@9499 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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)