Index: frog/presubmit.py |
diff --git a/frog/presubmit.py b/frog/presubmit.py |
index 595c9f9fc99abc69d9d51b22ba46a704bb2c571f..c6016ba5f4f9c5013795dff50f1025e649606acf 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', 'await'] |
+ 'isolate', 'peg', 'frog', 'css', 'dartdoc', 'await'] |
RunCommand(*cmd, verbose=True) |
cmd = test_cmd + ['--component=frogsh', 'leg', 'leg_only'] |