Chromium Code Reviews| Index: pkg/analysis_server/test/test_all.dart |
| diff --git a/pkg/analysis_server/test/test_all.dart b/pkg/analysis_server/test/test_all.dart |
| index cd12e18d4caab2ad76d662c7d7bc315453062fe0..ecb421643dc2ae81cc365a5a1dafef19ceaf1f08 100644 |
| --- a/pkg/analysis_server/test/test_all.dart |
| +++ b/pkg/analysis_server/test/test_all.dart |
| @@ -19,6 +19,7 @@ import 'context_directory_manager_test.dart' as context_directory_manager_test; |
| import 'domain_analysis_test.dart' as domain_analysis_test; |
| import 'domain_server_test.dart' as domain_server_test; |
| import 'edit/test_all.dart' as edit_all; |
| +import 'integration/test_all.dart' as integration_test_all; |
| import 'operation/test_all.dart' as operation_test_all; |
| import 'package_map_provider_test.dart' as package_map_provider_test; |
| import 'protocol_test.dart' as protocol_test; |
| @@ -46,6 +47,7 @@ main() { |
| domain_analysis_test.main(); |
| domain_server_test.main(); |
| edit_all.main(); |
| + integration_test_all.main(); |
|
Paul Berry
2014/07/29 15:28:45
Actually, I left integration tests out of this lis
danrubel
2014/07/29 16:09:28
Ah! Good point. Reverted.
|
| operation_test_all.main(); |
| package_map_provider_test.main(); |
| protocol_test.main(); |