| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index fb79492ff87e13e0421e8ae2ad5ce83bbe161d8a..6112f74a0bafab92b3cb7758edab0d9481b4c37d 100755
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -470,7 +470,8 @@ def _RunPythonTests(input_api, output_api):
|
| return input_api.os_path.join(input_api.PresubmitLocalPath(), *args)
|
|
|
| test_directories = [
|
| - Join('webrtc', 'tools', 'py_event_log_analyzer')
|
| + Join('webrtc', 'tools', 'py_event_log_analyzer'),
|
| + Join('webrtc', 'audio', 'test', 'unittests'),
|
| ] + [
|
| root for root, _, files in os.walk(Join('tools-webrtc'))
|
| if any(f.endswith('_test.py') for f in files)
|
|
|