Browse Source

Add fullpath to ebin/

	Allow eunit test to access to project's priv_dir.
crownedgrouse 9 years ago
parent
commit
9ac3343761
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/eunit.mk

+ 1 - 1
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)))