From 3f57781f6e942fe4d51d3cedba0e2206999bb7c8 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 29 Nov 2010 17:53:50 +0000 Subject: [PATCH] Add 'install-tests' Makefile target. Acked-by: Shaun Ruffell 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)