[tor-commits] [tor/master] Add libtor-buf-testing to build.rs

nickm at torproject.org nickm at torproject.org
Wed Dec 5 13:19:33 UTC 2018


commit 6ca29ea4094c7cb5696cd41d3994dd2fb230fe9a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Nov 7 12:14:24 2018 -0500

    Add libtor-buf-testing to build.rs
---
 src/rust/build.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/rust/build.rs b/src/rust/build.rs
index bf566c56b..5626b35f7 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");





More information about the tor-commits mailing list