[tor-commits] [tor/master] fixup! Extract core part of smartlist code into its own library.

nickm at torproject.org nickm at torproject.org
Wed Jun 27 16:47:15 UTC 2018


commit 6e2b6a6685b303dbcc920f4019823448127a5284
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Jun 26 12:18:49 2018 -0400

    fixup! Extract core part of smartlist code into its own library.
---
 src/rust/build.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rust/build.rs b/src/rust/build.rs
index b43fbdceb..5be093bf8 100644
--- a/src/rust/build.rs
+++ b/src/rust/build.rs
@@ -155,6 +155,7 @@ pub fn main() {
             cfg.component("tor-lock");
             cfg.component("tor-fdio");
             cfg.component("tor-container-testing");
+            cfg.component("tor-smartlist-core-testing");
             cfg.component("tor-string-testing");
             cfg.component("tor-malloc");
             cfg.component("tor-wallclock");





More information about the tor-commits mailing list