This directory contains the source code for fx test
.
See user guide for usage instructions.
This tool is automatically included in your build. The rest of this section provides a guide for accelerating development cycles on the tool.
To build only the new implementation, run:
fx build host-tools/test
This avoids a full build.
To test the new implementation's libraries, include --with //scripts/fxtest/python:tests
in your fx set
. For example:
fx set core.x64 --with //scripts/fxtest/python:tests # This should work with the new implementation! fx test --host