Python testing
To define a host-side python test that can be run by fx, CI and CQ:
- Use the python_host_test GN template.
- Ensure some
group("tests")depends on thepython_host_testrule, and specify the($host_toolchain)in the dependency.
Here is an example BUILD.gn.
最后更新:
2023 年 5 月 10 日(Wednesday) 10:12 CST