blob: fa508e7ca7cf80a16685db9be417615403d27c32 [file] [log] [blame]
// Copyright (c) 2016, 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.
library analyzer.test.src.dart.analysis.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'driver_test.dart' as driver;
/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
driver.main();
}, name: 'analysis');
}