From 9ac33437613ee23d555df92ffb5b27dc72e8d641 Mon Sep 17 00:00:00 2001 From: crownedgrouse Date: Tue, 5 Apr 2016 00:05:55 +0200 Subject: Add fullpath to ebin/ Allow eunit test to access to project's priv_dir. --- plugins/eunit.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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))) -- cgit v1.2.3