blob: 5dec5f4720857e8e4d18eb94f20a0de26bb07165 [file]
// 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.
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'config_test.dart' as config;
import 'linter/test_all.dart' as linter;
import 'pub_test.dart' as pub;
main() {
defineReflectiveSuite(() {
config.main();
linter.main();
pub.main();
}, name: 'lint');
}