blob: 9153f30d8367d7a99ca1b22f2e804397b1ba1f47 [file] [log] [blame]
// Copyright (c) 2022, 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 'analytics_manager_test.dart' as analytics_manager;
import 'percentile_calculator_test.dart' as percentile_calculator;
void main() {
defineReflectiveSuite(() {
analytics_manager.main();
percentile_calculator.main();
});
}