Media/WebRTC/Testing: Difference between revisions

Jump to navigation Jump to search
Line 9: Line 9:
=== C++ Unit Tests ===
=== C++ Unit Tests ===


The WebRTC code has extensive C++ unit and system tests based on the [ https://code.google.com/p/googletest/ Google Test]
The WebRTC code has extensive C++ unit and system tests based on the Google Test  (https://code.google.com/p/googletest/)
framework. These tests live in two locations:
framework. These tests live in two locations:


Line 35: Line 35:
Additionally, the TURN tests require you to specify a TURN server. However, we don't
Additionally, the TURN tests require you to specify a TURN server. However, we don't
provide one for Tinderbox because we don't want to operate a public server and
provide one for Tinderbox because we don't want to operate a public server and
releng hasn't set one up in the test environment yet.
releng hasn't set one up in the test environment yet (
[[ https://bugzilla.mozilla.org/show_bug.cgi?id=865296 | Bug 865296]]
https://bugzilla.mozilla.org/show_bug.cgi?id=865296)


If you have a TURN server, you can point the tests at it by setting:
If you have a TURN server, you can point the tests at it by setting:
Confirmed users
214

edits

Navigation menu