From dfe090d1b44771019a59cf79a14e0957d8d5fc16 Mon Sep 17 00:00:00 2001 From: Krzysztof Jurewicz Date: Wed, 30 May 2018 21:01:33 +0200 Subject: Add $(TEST_DIR) to the default value of SHELL_PATHS --- plugins/shell.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/shell.mk b/plugins/shell.mk index 00d2c52..c9e9975 100644 --- a/plugins/shell.mk +++ b/plugins/shell.mk @@ -7,7 +7,7 @@ # Configuration. SHELL_ERL ?= erl -SHELL_PATHS ?= $(CURDIR)/ebin $(APPS_DIR)/*/ebin $(DEPS_DIR)/*/ebin +SHELL_PATHS ?= $(CURDIR)/ebin $(APPS_DIR)/*/ebin $(DEPS_DIR)/*/ebin $(TEST_DIR) SHELL_OPTS ?= ALL_SHELL_DEPS_DIRS = $(addprefix $(DEPS_DIR)/,$(SHELL_DEPS)) -- cgit v1.2.3