Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
| index 44b7f2eb6344842c4fe175f2dbb87086aed4f431..835a287aa05e98f91d7177e5ed324136bfa6ed02 100644 |
| --- a/tools/testing/dart/test_options.dart |
| +++ b/tools/testing/dart/test_options.dart |
| @@ -12,7 +12,7 @@ import "test_suite.dart"; |
| List<String> defaultTestSelectors = |
| const ['dartc', 'samples', 'standalone', 'corelib', 'co19', 'language', |
| 'isolate', 'vm', 'html', 'json', 'benchmark_smoke', |
| - 'utils', 'lib', 'pkg']; |
| + 'utils', 'lib', 'pkg', 'dartdoc']; |
|
ricow1
2013/02/28 14:56:19
Don't add it here if you only want to run it on th
Andrei Mouravski
2013/02/28 16:23:39
Done.
|
| /** |
| * Specification of a single test option. |