blob: 102ad807daf8ea9929d587f09a28c67b27e8b0a1 [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_outline_computer_test.dart' as outline_computer_test;
import 'flutter_outline_notification_test.dart' as outline_notification_test;
main() {
defineReflectiveSuite(() {
outline_computer_test.main();
outline_notification_test.main();
});
}