Skip to content

Commit

Permalink
Fix metabuild::metabuild_build_plan
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Nov 18, 2018
1 parent 27424e2 commit e8c1811
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/testsuite/metabuild.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ fn metabuild_build_plan() {
"package_name": "mb",
"package_version": "0.5.0",
"target_kind": ["lib"],
"compile_mode": "build",
"kind": "Host",
"deps": [],
"outputs": ["[..]/target/debug/deps/libmb-[..].rlib"],
Expand All @@ -446,6 +447,7 @@ fn metabuild_build_plan() {
"package_name": "mb-other",
"package_version": "0.0.1",
"target_kind": ["lib"],
"compile_mode": "build",
"kind": "Host",
"deps": [],
"outputs": ["[..]/target/debug/deps/libmb_other-[..].rlib"],
Expand All @@ -459,6 +461,7 @@ fn metabuild_build_plan() {
"package_name": "foo",
"package_version": "0.0.1",
"target_kind": ["custom-build"],
"compile_mode": "build",
"kind": "Host",
"deps": [0, 1],
"outputs": ["[..]/target/debug/build/foo-[..]/metabuild_foo-[..][EXE]"],
Expand All @@ -472,6 +475,7 @@ fn metabuild_build_plan() {
"package_name": "foo",
"package_version": "0.0.1",
"target_kind": ["custom-build"],
"compile_mode": "run-custom-build",
"kind": "Host",
"deps": [2],
"outputs": [],
Expand All @@ -485,6 +489,7 @@ fn metabuild_build_plan() {
"package_name": "foo",
"package_version": "0.0.1",
"target_kind": ["lib"],
"compile_mode": "build",
"kind": "Host",
"deps": [3],
"outputs": ["[..]/foo/target/debug/deps/libfoo-[..].rlib"],
Expand Down

0 comments on commit e8c1811

Please sign in to comment.