| Index: third_party/crashpad/crashpad/build/run_tests.py
|
| diff --git a/third_party/crashpad/crashpad/build/run_tests.py b/third_party/crashpad/crashpad/build/run_tests.py
|
| index 00b40f6b6c8519a92eebce305e524a9b6d5010ae..c5cbb03be737f2d9d179b7ac1169c109bdc3be79 100755
|
| --- a/third_party/crashpad/crashpad/build/run_tests.py
|
| +++ b/third_party/crashpad/crashpad/build/run_tests.py
|
| @@ -38,6 +38,11 @@ def main(args):
|
| 'crashpad_test_test',
|
| 'crashpad_util_test',
|
| ]
|
| +
|
| + if sys.platform == 'win32':
|
| + tests.append('crashpad_handler_test')
|
| + tests = sorted(tests)
|
| +
|
| for test in tests:
|
| print '-' * 80
|
| print test
|
|
|