Index: tools/testing/dart/test_options.dart |
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart |
index ca0adad133a7b18eca05faa60da68bc146484a25..994e786f7e83595f2fef78bc0305193767b419b8 100644 |
--- a/tools/testing/dart/test_options.dart |
+++ b/tools/testing/dart/test_options.dart |
@@ -14,7 +14,8 @@ import "runtime_configuration.dart" show RuntimeConfiguration; |
const List<String> defaultTestSelectors = |
const ['samples', 'standalone', 'corelib', 'co19', 'language', |
'isolate', 'vm', 'html', 'benchmark_smoke', |
- 'utils', 'lib', 'pkg', 'analyze_library', 'service']; |
+ 'utils', 'lib', 'pkg', 'analyze_library', 'service', |
+ 'pkg_tested']; |
/** |
* Specification of a single test option. |