Chromium Code Reviews| Index: dart/tools/testing/dart/test_configurations.dart |
| =================================================================== |
| --- dart/tools/testing/dart/test_configurations.dart (revision 44062) |
| +++ dart/tools/testing/dart/test_configurations.dart (working copy) |
| @@ -27,6 +27,7 @@ |
| */ |
| final TEST_SUITE_DIRECTORIES = [ |
| new Path('pkg'), |
| + new Path('third_party/pkg_tested'), |
| new Path('runtime/tests/vm'), |
| new Path('runtime/observatory'), |
| new Path('samples'), |