blob: bd97ea7c1bb99107c14032fc53c61f8ff2ac5b60 [file] [log] [blame]
// Copyright (c) 2018, 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 'live_test.dart' as live;
import 'server_test.dart' as server;
import 'verify_sorted_test.dart' as verify_sorted;
void main() {
live.main();
server.main();
verify_sorted.main();
}