matyyyy
matyyyy

Reputation: 387

How Can I run testing code from Chromium

I am working on some university project connected with WebRTC. When I was looking for audio quality test for WebRTC, I' found this:

http://googletesting.blogspot.com/2013/11/webrtc-audio-quality-testing.html

and the finished code is here:

https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc&q=chrome_webrtc_a&sq=package:chromium

How Can I run this code to execute my test cases?

Upvotes: 1

Views: 80

Answers (1)

Scott Stensland
Scott Stensland

Reputation: 28325

steps to install are at http://www.webrtc.org/reference/getting-started
which are OS specific

Upvotes: 1

Related Questions