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

Unified Diff: test/all_tests.dart

Issue 1235503010: fixes #219, able to compile multiple entry points (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
Index: test/all_tests.dart
diff --git a/test/all_tests.dart b/test/all_tests.dart
index c7f17dafde0e430d720863cf11c2d07585520333..6a227b1ef261d67c11eb90825c1936075540d009 100644
--- a/test/all_tests.dart
+++ b/test/all_tests.dart
@@ -9,6 +9,7 @@ import 'package:test/test.dart';
import 'checker/checker_test.dart' as checker_test;
import 'checker/inferred_type_test.dart' as inferred_type_test;
+import 'checker/self_host_test.dart' as self_host;
import 'codegen_test.dart' as codegen_test;
import 'end_to_end_test.dart' as e2e;
import 'report_test.dart' as report_test;
@@ -21,4 +22,5 @@ void main() {
group('report', report_test.main);
group('dependency_graph', dependency_graph_test.main);
group('codegen', () => codegen_test.main([]));
+ group('self_host', self_host.main);
}
« lib/src/summary.dart ('K') | « lib/strong_mode.dart ('k') | test/checker/checker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698