Index: frog/presubmit.py |
diff --git a/frog/presubmit.py b/frog/presubmit.py |
index 438afbae6648ed0d32b23fddcad19d158f0b28a9..cbc4f43cbaf1816f919ca6b04cd134cae282afc1 100755 |
--- a/frog/presubmit.py |
+++ b/frog/presubmit.py |
@@ -98,7 +98,8 @@ def main(): |
# Run frogium client tests. This is a pretty quick test but |
# tends to uncover different issues due to the size/complexity |
# of the DOM APIs. |
- cmd = test_cmd + ['--compiler=frog', '--runtime=drt', 'client'] |
+ cmd = test_cmd + ['--compiler=frog', '--runtime=drt', |
+ 'dom', 'html', 'json', 'benchmark_smoke'] |
RunCommand(*cmd, verbose=True) |
# Run frog on most of the tests. |