diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/eunit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eunit.mk b/plugins/eunit.mk index a2e22ff..890f853 100644 --- a/plugins/eunit.mk +++ b/plugins/eunit.mk @@ -41,7 +41,7 @@ define eunit.erl halt() endef -EUNIT_ERL_OPTS += -pa $(TEST_DIR) $(DEPS_DIR)/*/ebin $(APPS_DIR)/*/ebin ebin +EUNIT_ERL_OPTS += -pa $(TEST_DIR) $(DEPS_DIR)/*/ebin $(APPS_DIR)/*/ebin $(CURDIR)/ebin ifdef t ifeq (,$(findstring :,$(t))) |