blob: 26ea1330f4f14f5f4c602d49248433e96989beee [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 'source_resource_test.dart' as source_resource_test;
/// Utility for manually running all tests.
main() {
defineReflectiveSuite(() {
source_resource_test.main();
}, name: 'source');
}