【发布时间】:2016-07-27 20:04:06
【问题描述】:
当我启动rebar3 shell 时,我无法访问test/ 目录中的任何模块。我想试试我在那里写的一些辅助函数,我该怎么做?
【问题讨论】:
标签: erlang rebar erlang-shell
当我启动rebar3 shell 时,我无法访问test/ 目录中的任何模块。我想试试我在那里写的一些辅助函数,我该怎么做?
【问题讨论】:
标签: erlang rebar erlang-shell
使用 rebar3 测试在 test profile 下运行,因此使用该配置文件运行您的 shell:
rebar3 as test shell
【讨论】: