我希望我的rebar3应用程序能够测试其自身及其所有依赖项。在rebar3中是可能的吗?我已经创建了一个简单的“测试”插件,它试图在项目中的所有应用程序及其依赖项上执行rebar_prv_eunit:do/1,但它不起作用。
发布于 2020-11-24 05:20:46
ls -d */ | xargs -I {} bash -c "cd {} ; rebar3 eunit; cd -"
https://stackoverflow.com/questions/46357072
复制相似问题