f9f005cdb9
Change-Id: Ie1faacd66448efe209b35dfd66fded622e59812a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/110766 Auto-Submit: Bob Nystrom <rnystrom@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Reviewed-by: Nicholas Shahan <nshahan@google.com>
25 lines
710 B
YAML
25 lines
710 B
YAML
# Copyright (c) 2017, 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.
|
|
|
|
name: test_runner
|
|
publish_to: none
|
|
environment:
|
|
sdk: "^2.3.0"
|
|
dependencies:
|
|
expect:
|
|
path: ../expect
|
|
glob:
|
|
path: ../../third_party/pkg/glob
|
|
package_resolver:
|
|
path: ../../third_party/pkg_tested/package_resolver
|
|
smith:
|
|
path: ../smith
|
|
status_file:
|
|
path: ../status_file
|
|
dependency_overrides:
|
|
# Other packages in the dependency graph have normal hosted dependencies on
|
|
# this, so just override it to force the local one.
|
|
args:
|
|
path: ../../third_party/pkg/args
|