Hailey Wang | c56ab4a | 2024-10-21 22:01:38 | [diff] [blame] | 1 | # Collaboration |
2 | |||||
3 | This component contains functionality for collaboration groups. | ||||
4 | |||||
5 | ## Testing | ||||
6 | |||||
7 | To run all the relevant C++ unit tests, you can run the `components_unittests` | ||||
8 | target and give the `collaboration` filter file as an argument: | ||||
9 | |||||
10 | ``` | ||||
11 | ./out/Default/components_unittests --test-launcher-filter-file=components/collaboration/components_unittests.filter | ||||
12 | ``` |