]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add two more dependencies in build.rs
authorNick Mathewson <nickm@torproject.org>
Wed, 18 Jul 2018 20:20:31 +0000 (16:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 18 Jul 2018 20:20:31 +0000 (16:20 -0400)
src/rust/build.rs

index 3c608932633a4e7e00c348ed1ca6a30daf66f918..2ac24b334b801f759b5ab82d1101724919cdfcae 100644 (file)
@@ -151,6 +151,8 @@ pub fn main() {
             cfg.component("tor-crypt-ops-testing");
             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-thread-testing");
             cfg.component("tor-memarea-testing");