标签: python linux cross-compiling regression
对于我的嵌入式项目,我使用BusyBox,它从ARMHF架构的源代码构建Python 2.7。我是否可以在目标上运行任何现有的回归测试集,以确保构建的Python二进制文件是正确的?
答案 0 :(得分:2)
来自dev guide:
./python -m test
或
./python -m test -j3