Chromium Code Reviews| Index: utils/tests/fixnum/test_config.dart |
| diff --git a/utils/tests/fixnum/test_config.dart b/utils/tests/fixnum/test_config.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..73dde22f67a0c78cfa41c8266f05f560d61d38d7 |
| --- /dev/null |
| +++ b/utils/tests/fixnum/test_config.dart |
| @@ -0,0 +1,15 @@ |
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
|
Mads Ager (google)
2012/05/15 07:37:39
No need for this file. Instead, just remove the sr
|
| +// 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("fixnum_test_config"); |
| + |
| +#import("../../../tools/testing/dart/test_suite.dart"); |
| + |
| +class FixnumTestSuite extends StandardTestSuite { |
| + FixnumTestSuite(Map configuration) |
| + : super(configuration, |
| + "fixnum", |
| + "utils/tests/fixnum/src", |
| + ["utils/tests/fixnum/fixnum.status"]); |
| +} |