• Ian Hickson's avatar
    Make it easier to run local engine tests using the Travis test script. (#7512) · b72fa88f
    Ian Hickson authored
    Our test script is getting complicated enough that doing your own
    testing with a custom engine has become tedious. Now you can just do:
    
    ```bash
    (cd ~/dev/flutter/; FLUTTER_TEST_ARGS=--local-engine=host_debug_unopt dev/bots/test.sh)
    ```
    
    ...to run all your tests (assuming your flutter repo is in
    `~/dev/flutter` and your engine in `~/dev/engine`).
    b72fa88f
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.analysis_options_user Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...