diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-07 12:14:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-14 16:07:36 -0500 |
commit | 6ca29ea4094c7cb5696cd41d3994dd2fb230fe9a (patch) | |
tree | e0b5bb340fe547d3ac39fac0f5321ba9a8c5d7fd | |
parent | 5090fecaca61c87d52559342d6488ee8bb8fd20b (diff) | |
download | tor-6ca29ea4094c7cb5696cd41d3994dd2fb230fe9a.tar.gz tor-6ca29ea4094c7cb5696cd41d3994dd2fb230fe9a.zip |
Add libtor-buf-testing to build.rs
-rw-r--r-- | src/rust/build.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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"); |