blob: a9cd96ecc8debf4d86ce6803a77b73d14ff0f979 [file] [log] [blame]
// Copyright (c) 2017, 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 'flutter_test.dart' as flutter_test;
import 'profiling_test.dart' as profiling_test;
import 'strings_test.dart' as strings_test;
void main() {
defineReflectiveSuite(() {
flutter_test.main();
profiling_test.main();
strings_test.main();
});
}