| # 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 | |
| ``` |