summaryrefslogtreecommitdiff
path: root/cli/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-09-04 17:16:46 -0400
committerGitHub <noreply@github.com>2019-09-04 17:16:46 -0400
commit9d62d77cfa98b5e741dbcf0c657b530fc2770b24 (patch)
treecefb3b701c4ccc08856cbd6f53ebcc33a829e883 /cli/BUILD.gn
parent82588ec09c199683cff88097e1b90649497239c7 (diff)
Run tests after "cargo build" on travis (#2854)
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r--cli/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index ce18eb297..c653329c6 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -96,5 +96,8 @@ rust_test("cli_test") {
inputs = [
"Cargo.toml",
]
- env = [ "CARGO_PKG_VERSION=${deno_cargo_info.version}" ]
+ env = [
+ "CARGO_PKG_VERSION=${deno_cargo_info.version}",
+ "CARGO_MANIFEST_DIR=" + rebase_path("."),
+ ]
}