summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-05 08:19:02 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-05 08:19:02 -0500
commitca4b86f90a73532032a573ebc903155a32d0f36b (patch)
tree54d10b6031452388d2540a6db93bbbc83c164ca8 /src/rust
parentc01507a5fe73d0e49902a8abaa1f73112ae1fefa (diff)
parenteaff47352a1ef607f6d97e9b35bd6d5eefdfcb26 (diff)
downloadtor-ca4b86f90a73532032a573ebc903155a32d0f36b.tar.gz
tor-ca4b86f90a73532032a573ebc903155a32d0f36b.zip
Merge remote-tracking branch 'tor-github/pr/508'
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");