blob: 6c432975b2583796acae2ebcda66196a16870378 [file] [log] [blame] [view]
# Data Sharing
This component contains functionality for sharing data.
## Testing
To run all the relevant C++ unit tests, you can run the `components_unittests`
target and give the `data_sharing` filter file as an argument:
```
./out/Default/components_unittests --test-launcher-filter-file=components/data_sharing/components_unittests.filter
```