From 0c4c5eeb55b7e1f5e3f5073ad28b90aab75ebc16 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 18 Jul 2018 16:18:25 -0400 Subject: Use the "testing" variant of several C libraries in build.rs --- src/rust/build.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/rust/build.rs') diff --git a/src/rust/build.rs b/src/rust/build.rs index 2cf85b404a..3c60893263 100644 --- a/src/rust/build.rs +++ b/src/rust/build.rs @@ -149,14 +149,14 @@ pub fn main() { // tor uses. We must be careful with factoring and dependencies // moving forward! cfg.component("tor-crypt-ops-testing"); - cfg.component("tor-sandbox"); + cfg.component("tor-sandbox-testing"); cfg.component("tor-encoding-testing"); - cfg.component("tor-net"); + cfg.component("tor-net-testing"); cfg.component("tor-thread-testing"); cfg.component("tor-memarea-testing"); - cfg.component("tor-log"); - cfg.component("tor-lock"); - cfg.component("tor-fdio"); + cfg.component("tor-log-testing"); + cfg.component("tor-lock-testing"); + cfg.component("tor-fdio-testing"); cfg.component("tor-container-testing"); cfg.component("tor-smartlist-core-testing"); cfg.component("tor-string-testing"); -- cgit v1.2.3-54-g00ecf