Media/WebRTC/Up-streaming Changes: Difference between revisions

add a note about sorting tests by last modified
(s/master/main/)
(add a note about sorting tests by last modified)
Line 14: Line 14:
==Running Tests==
==Running Tests==
* While [https://www.chromium.org/developers/testing/running-tests/ these instructions] are for running Chromium tests, the same process applies for libwebrtc. There is no facility to help you run all the tests, you need to run all the test binaries that are produced. There are no facilities for helping you identify which tests you should be running. Inserting an RTC_CHECK(false), can be useful for verifying that one is testing using the correct binary.
* While [https://www.chromium.org/developers/testing/running-tests/ these instructions] are for running Chromium tests, the same process applies for libwebrtc. There is no facility to help you run all the tests, you need to run all the test binaries that are produced. There are no facilities for helping you identify which tests you should be running. Inserting an RTC_CHECK(false), can be useful for verifying that one is testing using the correct binary.
* You may find building without your change, building with your change, and then sorting the tests by last modified will help identify candidates to run.
==Code Submission Process==
==Code Submission Process==
===Setting up  Git Credentials===
===Setting up  Git Credentials===
119

edits