Просмотр исходного кода

Add fullpath to ebin/

	Allow eunit test to access to project's priv_dir.
crownedgrouse 9 лет назад
Родитель
Сommit
9ac3343761
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      plugins/eunit.mk

+ 1 - 1
plugins/eunit.mk

@@ -41,7 +41,7 @@ define eunit.erl
 	halt()
 	halt()
 endef
 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
 ifdef t
 ifeq (,$(findstring :,$(t)))
 ifeq (,$(findstring :,$(t)))