Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1565)

Unified Diff: pkg/analysis_services/test/test_all.dart

Issue 375693002: Move index/search to services. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_services/test/search/search_engine_test.dart ('k') | pkg/analysis_testing/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_services/test/test_all.dart
diff --git a/pkg/analysis_services/test/test_all.dart b/pkg/analysis_services/test/test_all.dart
index fb2208646c7c3754d9f022ef6f8245c3b902cdb2..ee8b415e0b39f773ba339b59e8f25e140cd748ba 100644
--- a/pkg/analysis_services/test/test_all.dart
+++ b/pkg/analysis_services/test/test_all.dart
@@ -4,8 +4,10 @@
import 'package:unittest/unittest.dart';
+import 'index/test_all.dart' as index_all;
+
/// Utility for manually running all tests.
main() {
-// group('analysis_services', () {
-// });
+ groupSep = ' | ';
+ index_all.main();
}
« no previous file with comments | « pkg/analysis_services/test/search/search_engine_test.dart ('k') | pkg/analysis_testing/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698