diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 15:39:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:49:13 -0400 |
commit | 77dff00b18fc70acdb2939dd20197a0044d41fe5 (patch) | |
tree | 10e6d35e4e59b0630fa3eb38482f6314554aa81a /src/rust/build.rs | |
parent | f95e3bf5fc4e2d5fef42b86d81f155c00b1983ac (diff) | |
download | tor-77dff00b18fc70acdb2939dd20197a0044d41fe5.tar.gz tor-77dff00b18fc70acdb2939dd20197a0044d41fe5.zip |
Refactor container into a library.
Diffstat (limited to 'src/rust/build.rs')
-rw-r--r-- | src/rust/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rust/build.rs b/src/rust/build.rs index acbedd4d40..a4f38d3b46 100644 --- a/src/rust/build.rs +++ b/src/rust/build.rs @@ -151,6 +151,7 @@ pub fn main() { // moving forward! cfg.component("tor-crypt-ops-testing"); cfg.component("or-testing"); + cfg.component("tor-container-testing"); cfg.component("tor-malloc"); cfg.component("tor-err-testing"); cfg.component("or-event-testing"); |