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

Unified Diff: README.py

Issue 19917006: Move all googletest related scripts into googletest/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Remove unnecessary pylint warning disable Created 7 years, 5 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 | « PRESUBMIT.py ('k') | fix_test_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.py
diff --git a/README.py b/README.py
index c884a5060c687d57d876ba144e9e52d584894f65..72b690a184c504ae7153357a27f220b46a2badee 100755
--- a/README.py
+++ b/README.py
@@ -27,13 +27,13 @@ Scripts are compartmentalized by their name:
- trace_*.py: Tracing infrastructure scripts. More information can be
found at
http://chromium.org/developers/testing/tracing-tools
-- *_test_cases.py: Scripts specifically managing GTest executables. More
- information about google-test can be found at
+- googletest/*.py: Scripts specifically managing GTest executables. More
+ information about googletest can be found at
http://code.google.com/p/googletest/wiki/Primer
A few scripts have strict dependency rules:
-- run_isolated.py, shard_test_cases.py and trace_inputs.py depends on no other
- script so they can be run outside the checkout.
+- run_isolated.py and trace_inputs.py depends on no other script so they can be
+ run outside the checkout.
- The pure tracing scripts (trace_*.py) do not know about isolate
infrastructure.
- Scripts without '_test_cases' suffix do not know about GTest.
« no previous file with comments | « PRESUBMIT.py ('k') | fix_test_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698