commit | 168576be1eac18c781de809ddedcd0b78e86daf3 | [log] [tgz] |
---|---|---|
author | oprypin <oprypin@webrtc.org> | Thu Aug 17 08:25:28 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 17 15:25:28 2017 +0000 |
tree | 37b5a685d24faa3fd10ef626f77afc6d68d02e11 | |
parent | 3958ed8e6f42ba436df86e42658b2156b3296575 [diff] |
Make isac_fix_test use gtest (in a hacky way) This test is the only remaining one that does not use gtest and that's blocking some infra cleanup tasks. Ideally this test would use webrtc/rtc_base/flags.h but that's a lot of unnecessary work. This also replaces some exit() status codes - the logic behind this is if you get incorrectly specified command line arguments, exit(1) is invoked for a failure, because it's not a test failure, and if flag parsing was done properly, it would not be a gtest failure anyway. BUG=webrtc:7568 Review-Url: https://codereview.webrtc.org/3000033002 Cr-Commit-Position: refs/heads/master@{#19388}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.