Python 测试

定义一个可以由fx、CI 和 CQ 运行的主机端 python 测试:

  • 使用 python_host_test GN 模板。
  • 确保一些 group("tests") 依赖于 python_host_test 规则, 并在依赖项中指定($host_toolchain)

这里 是一个示例 BUILD.gn。