blob: deb54a92e6ac33b2b7a70382b48e76488105028e [file] [log] [blame] [edit]
// Copyright (c) 2021, 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 'package:test_reflective_loader/test_reflective_loader.dart';
import 'build_resolvers/test_all.dart' as build_resolvers;
import 'dart_style/test_all.dart' as dart_style;
main() {
defineReflectiveSuite(() {
build_resolvers.main();
dart_style.main();
}, name: 'clients');
}