diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:26:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:49:13 -0400 |
commit | 3883338c8121212b3f6f9c020d489d50bbcdd855 (patch) | |
tree | 18d9b69f63060354ad9c7525a46c63e0dcef54d3 /src/rust | |
parent | 1abadee3fd1c15f3720003c411ec6043c29d7c09 (diff) | |
download | tor-3883338c8121212b3f6f9c020d489d50bbcdd855.tar.gz tor-3883338c8121212b3f6f9c020d489d50bbcdd855.zip |
Move smartlist_add_{v,}asprintf into smartlist.[ch]
Now that I know that "strings" nests below "container", I know this
is safe.
Diffstat (limited to 'src/rust')
-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 a4f38d3b46..5c80265e55 100644 --- a/src/rust/build.rs +++ b/src/rust/build.rs @@ -152,6 +152,7 @@ pub fn main() { cfg.component("tor-crypt-ops-testing"); cfg.component("or-testing"); cfg.component("tor-container-testing"); + cfg.component("tor-string-testing"); cfg.component("tor-malloc"); cfg.component("tor-err-testing"); cfg.component("or-event-testing"); |