blob: b3d6451e284f3121aeb463a8c836c72f94449c83 [file] [view] [edit]
# Golden Tests Harvester
Reaps the output of impeller's golden image tests and sends it to Skia gold.
## Usage
```sh
cd $SRC
./out/host_debug_unopt_arm64/impeller_golden_tests --working_dir=~/Desktop/temp
cd flutter/tools/golden_tests_harvester
dart run ./bin/golden_tests_harvester.dart ~/Desktop/temp
```
See also [golden_tests](../impeller/golden_tests/).