]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add libtor-buf-testing to build.rs
authorNick Mathewson <nickm@torproject.org>
Wed, 7 Nov 2018 17:14:24 +0000 (12:14 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 14 Nov 2018 21:07:36 +0000 (16:07 -0500)
src/rust/build.rs

index bf566c56bf7fd92b2f47663183f15eeb55343d5a..5626b35f751f1de5f7e2e086468c4dd157582e27 100644 (file)
@@ -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");