Flutter Engine
The Flutter Engine
|
These instructions assume you have set $FUCHSIA_DIR
to your Fuchsia checkout and $ENGINE_DIR
to the src/
folder of your Engine checkout. For example for zsh, add these lines to your ~/.zprofile
:
--unopt
to turn off C++ compiler optimizations.--count N
to do N test runs. Useful for testing for flakes.Pass --package-filter
to run a specific test package instead of all the test packages. For example:
Pass --gtest-filter
to run specific tests from the test package instead of all the tests. For example: