]> git.proxmox.com Git - cargo.git/commit
Auto merge of #6327 - ehuss:add_plugin_deps-tests, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 18 Nov 2018 07:49:10 +0000 (07:49 +0000)
committerbors <bors@rust-lang.org>
Sun, 18 Nov 2018 07:49:10 +0000 (07:49 +0000)
commit3468918428aa4730ca462c0718d9970e67280242
treee0c2a8a8254b75aeb3727ad38d0ce90ed6133f31
parentebd0ef1be94f80b0d9eb319fe6fcf06d3f108312
parent83ff57a4ad7df63adfd4f3ed14fa6071b4a0d901
Auto merge of #6327 - ehuss:add_plugin_deps-tests, r=alexcrichton

Fix add_plugin_deps-related tests.

These tests were modified in #3974 in such a way that they stopped testing the `add_plugin_deps` code path. The tests can't be directly reverted because #3651 changed it so that dylib paths must be within the root output directory. I compromised by just copying the dylib into `$OUT_DIR`.

Closes #6318.