Chromium Code Reviews| Index: tools/test.dart |
| diff --git a/tools/test.dart b/tools/test.dart |
| index 93c211dbc36c353d4694ee9dd8a6e2a48a91778a..f134352d6c0169865487718d295ffc9093555fee 100755 |
| --- a/tools/test.dart |
| +++ b/tools/test.dart |
| @@ -158,6 +158,9 @@ void testConfigurations(List<Map> configurations) { |
| if (key == 'analyze_library') { |
| testSuites.add(new AnalyzeLibraryTestSuite(conf)); |
| } |
| + if (key == 'analyze_tests') { |
| + testSuites.add(new AnalyzeTestsTestSuite(conf)); |
| + } |
| } |
| } |