aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eunit.mk
diff options
context:
space:
mode:
authorcrownedgrouse <[email protected]>2016-04-05 00:05:55 +0200
committercrownedgrouse <[email protected]>2016-04-05 00:05:55 +0200
commit9ac33437613ee23d555df92ffb5b27dc72e8d641 (patch)
treef2968ad96ae8dfed5a6f307fb00a0f239eb1cb5d /plugins/eunit.mk
parent88a4d90a80c996dee8c5eb1986441a86997d41d3 (diff)
downloaderlang.mk-9ac33437613ee23d555df92ffb5b27dc72e8d641.tar.gz
erlang.mk-9ac33437613ee23d555df92ffb5b27dc72e8d641.tar.bz2
erlang.mk-9ac33437613ee23d555df92ffb5b27dc72e8d641.zip
Add fullpath to ebin/
Allow eunit test to access to project's priv_dir.
Diffstat (limited to 'plugins/eunit.mk')
-rw-r--r--plugins/eunit.mk2
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)))