blob: 8219d96e61c0adf4e5f83edd2daf32a4ec0d6f6a [file] [log] [blame]
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'driver_test.dart' as driver;
import 'message_grouper_test.dart' as message_grouper;
import 'worker_loop_test.dart' as worker_loop;
import 'driver_connection_test.dart' as driver_connection;
void main() {
driver.main();
message_grouper.main();
worker_loop.main();
driver_connection.main();
}