aboutsummaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-07 12:14:24 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-14 16:07:36 -0500
commit6ca29ea4094c7cb5696cd41d3994dd2fb230fe9a (patch)
treee0b5bb340fe547d3ac39fac0f5321ba9a8c5d7fd /src/rust
parent5090fecaca61c87d52559342d6488ee8bb8fd20b (diff)
downloadtor-6ca29ea4094c7cb5696cd41d3994dd2fb230fe9a.tar.gz
tor-6ca29ea4094c7cb5696cd41d3994dd2fb230fe9a.zip
Add libtor-buf-testing to build.rs
Diffstat (limited to 'src/rust')
-rw-r--r--src/rust/build.rs3
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");