blob: 3b9247106a0edf44a3da6a0ff8b9a321574fb5de [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.
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'sdk_test.dart' as sdk;
import 'sdk_utils_test.dart' as sdk_utils;
/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
sdk.main();
sdk_utils.main();
}, name: 'sdk');
}