Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1001)

Unified Diff: build/run_tests.py

Issue 990553003: Set product_name on many targets to use a crashpad_ prefix (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Use target_name instead of product_name Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/client.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/run_tests.py
diff --git a/build/run_tests.py b/build/run_tests.py
index 324844cbf21950a3714b3530bbda96244929da9e..bec22cfc203812fe858d7b410ffbe1486c2fe4dc 100755
--- a/build/run_tests.py
+++ b/build/run_tests.py
@@ -35,10 +35,10 @@ def main(args):
binary_dir = os.path.join('out', args[0])
tests = [
- 'client_test',
- 'minidump_test',
- 'snapshot_test',
- 'util_test',
+ 'crashpad_client_test',
+ 'crashpad_minidump_test',
+ 'crashpad_snapshot_test',
+ 'crashpad_util_test',
]
for test in tests:
print '-' * 80
« no previous file with comments | « no previous file | client/client.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698