From: Nick Mathewson Date: Wed, 7 Nov 2018 17:14:24 +0000 (-0500) Subject: Add libtor-buf-testing to build.rs X-Git-Tag: tor-0.4.0.1-alpha~97^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ca29ea4094c7cb5696cd41d3994dd2fb230fe9a;p=thirdparty%2Ftor.git Add libtor-buf-testing to build.rs --- diff --git a/src/rust/build.rs b/src/rust/build.rs index bf566c56bf..5626b35f75 100644 --- a/src/rust/build.rs +++ b/src/rust/build.rs @@ -149,8 +149,9 @@ pub fn main() { cfg.component("tor-sandbox-testing"); cfg.component("tor-encoding-testing"); cfg.component("tor-fs-testing"); - cfg.component("tor-time-testing"); cfg.component("tor-net-testing"); + cfg.component("tor-buf-testing"); + cfg.component("tor-time-testing"); cfg.component("tor-thread-testing"); cfg.component("tor-memarea-testing"); cfg.component("tor-log-testing");