blob: 7c2a3703cf0587cfdb11302e86728b26d320ba7d [file] [view] [edit]
# FIDL Service tests
This directory contains unit tests for FIDL Services, specifically the Low Level C++
(LLCPP) client side and server side APIs.
See `//zircon/system/ulib/fidl` and `//zircon/system/ulib/service`.
## How to run
```
fx set ... --with //zircon/system/utest/service:tests
fx test -od service-llcpp-unittest-package
```