blob: ad7e094dbf68c7bc9507564328c332cb91447536 [file] [log] [blame] [view]
# script libs
This directory contains libraries for scripting in the fuchsia.git
source tree and build.
## Testing
To run all tests, include //scripts/lib:tests in your build and run `fx test`:
```bash
$ fx set core.x64 --with-test //scripts/lib:tests
$ fx test --host
```