weixin_39976153 2020-11-29 16:58
浏览 0

Test dependencies

As seen in #146, dependency management needs some testing.

I'd like to script and run something like


for module in all_modules:
    ./configure.py --no-autoload --enable-modules=<module>
    make
</module>

Script should be easy, reporting might be more complex, since a machine must be able to do that without be sitting next to it.

该提问来源于开源项目:randombit/botan

  • 写回答

7条回答 默认 最新

  • weixin_39976153 2020-11-29 16:58
    关注

    Testing is ongoing using this script https://gist.github.com/webmaster128/35ac1b65fd61cfee8e6b and this branch: https://github.com/randombit/botan/pull/148

    评论

报告相同问题?