flutter/dev/tools/test
John McDole c60e69040d
Add dart command line tool for calculating engine hash (#157212)
Useful in tooling, releases, etc - where Dart is available

Example usages:

```bash
# Monorepo world
❯ dart ./dev/tools/bin/engine_hash.dart -s head
226e13826c7253c968d798666f323b1f207979f8

# Non-monorepo world
❯ dart ./dev/tools/bin/engine_hash.dart -s head
Error calculating engine hash: Not in a monorepo
```
2024-10-21 16:26:28 -07:00
..
create_api_docs_test.dart Add fake dependency on flutter_gpu for the docs (#153325) 2024-08-13 01:55:07 +00:00
engine_hash_test.dart Add dart command line tool for calculating engine hash (#157212) 2024-10-21 16:26:28 -07:00
update_icons_test.dart run tests under dev/tools as part of framework-misc and get them passing (#136501) 2023-10-13 18:48:43 +00:00