Confirmed users
214
edits
| Line 12: | Line 12: | ||
framework. These tests live in two locations: | framework. These tests live in two locations: | ||
* media/mtransport — the mtransport generic transport subsystem and associated utilities | |||
* media/webrtc/signaling/test — the signaling system and the media handling system | |||
As usual, you can run them individually by doing: | |||
make -C <directory> | |||
Alternately, you can run a single C++ unit test by name, e.g., | |||
media/mtransport/test/ice_unittest | |||
Some of the tests | |||