blob: d209fd58cf2e701cda5e6b2f1c73d9c3c5fa6499 [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 'package:test_reflective_loader/test_reflective_loader.dart';
import 'flutter_correction_test.dart' as flutter_correction;
import 'flutter_outline_computer_test.dart' as outline_computer;
import 'flutter_outline_notification_test.dart' as outline_notification;
main() {
defineReflectiveSuite(() {
flutter_correction.main();
outline_computer.main();
outline_notification.main();
});
}