Add 'install-tests' Makefile target.

Acked-by: Shaun Ruffell <sruffell@digium.com>


git-svn-id: http://svn.astersk.org/svn/dahdi/tools/trunk@9499 17933a7a-c749-41c5-a318-cba88f637d49
This commit is contained in:
Jason Parker 2010-11-29 17:53:50 +00:00
parent 88035ea78c
commit 3f57781f6e
1 changed files with 6 additions and 0 deletions

View File

@ -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)