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

Unified Diff: frog/presubmit.py

Issue 9147058: Hook up the dartdoc tests to test.py, test.dart, and frog/presubmit.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase and upload. Created 8 years, 11 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 | tools/test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/presubmit.py
diff --git a/frog/presubmit.py b/frog/presubmit.py
index b81c8553282f9fa6b422ff81210b8d0879edc8e7..63dafb62fdb53c6124eed710276df5a242813022 100755
--- a/frog/presubmit.py
+++ b/frog/presubmit.py
@@ -145,7 +145,7 @@ def main():
# than pain.
# Run frogsh on most of the tests.
cmd = test_cmd + ['--component=frogsh', 'language', 'corelib',
- 'isolate', 'peg', 'frog', 'css']
+ 'isolate', 'peg', 'frog', 'css', 'dartdoc']
RunCommand(*cmd, verbose=True)
# Run leg on "built-in" tests.
« no previous file with comments | « no previous file | tools/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698