blob: c3239f9c3730373fbc5e06486c49a3052c927666 [file] [log] [blame]
// Copyright (c) 2015, 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.command_line.test_all;
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'arguments_test.dart' as arguments_test;
main() {
defineReflectiveSuite(() {
arguments_test.main();
}, name: 'command_line');
}