| Index: pkg/polymer/test/run_all.dart
|
| diff --git a/pkg/polymer/test/run_all.dart b/pkg/polymer/test/run_all.dart
|
| index 61afa2536965fc2fa550c0ddae52d5ce5c735789..cc666ed51e553d71b505f7a779ce5a63979b9d65 100644
|
| --- a/pkg/polymer/test/run_all.dart
|
| +++ b/pkg/polymer/test/run_all.dart
|
| @@ -20,6 +20,7 @@ import 'utils_test.dart' as utils_test;
|
| import 'transform/code_extractor_test.dart' as code_extractor_test;
|
| import 'transform/import_inliner_test.dart' as import_inliner_test;
|
| import 'transform/script_compactor_test.dart' as script_compactor_test;
|
| +import 'transform/all_phases_test.dart' as all_phases_test;
|
|
|
| main() {
|
| var args = new Options().arguments;
|
| @@ -40,6 +41,7 @@ main() {
|
| addGroup('transform/code_extractor_test.dart', code_extractor_test.main);
|
| addGroup('transform/import_inliner_test.dart', import_inliner_test.main);
|
| addGroup('transform/script_compactor_test.dart', script_compactor_test.main);
|
| + addGroup('transform/all_phases_test.dart', all_phases_test.main);
|
|
|
| endToEndTests('data/unit/', 'data/out');
|
|
|
|
|