Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 366 Bytes

File metadata and controls

9 lines (6 loc) · 366 Bytes

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 the python_host_test rule, and specify the ($host_toolchain) in the dependency.

Here is an example BUILD.gn.