3

当我将 rebar3 与 Common test 一起使用时,如下所示:rebar3 ct它将我的所有代码编译(生成梁文件)到测试文件夹中。一切正常,但不太理想。我如何将它们放在 _build/test/MyApp/ebin 部分?Eunit 做得很好,但 Common Test 没有。

项目布局:

MyApp/
    apps/
       MyApp/
          include/
          priv/
          src/
          test/
              ct/
              eunit/

我希望梁像 eunit 一样进入 _build 部分:

MyApp/
   _build/
      test/
       lib/
         MyApp/
            ebin/

我的 Common Test 日志文件夹将进入 _build/test/logs,这很酷。请让我知道我错过了什么。

4

0 回答 0