summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)