| Index: frog/tests/frog/test_config.dart
|
| diff --git a/frog/tests/frog/test_config.dart b/frog/tests/frog/test_config.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f22e699cad25077e71b298593bcae505619001f0
|
| --- /dev/null
|
| +++ b/frog/tests/frog/test_config.dart
|
| @@ -0,0 +1,14 @@
|
| +// Copyright (c) 2011, 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("frog_test_config");
|
| +
|
| +#import("../../../tools/testing/dart/test_suite.dart");
|
| +
|
| +class FrogTestSuite extends StandardTestSuite {
|
| + FrogTestSuite(Map configuration)
|
| + : super(configuration,
|
| + "frog/tests/frog/src",
|
| + ["frog/tests/frog/frog.status"]);
|
| +}
|
|
|