Extract tor_malloc and friends to a new module.

This commit is contained in:
Nick Mathewson
2018-06-21 15:17:54 -04:00
parent eb784aa9ea
commit e066966bf4
11 changed files with 352 additions and 281 deletions
+1
View File
@@ -151,6 +151,7 @@ pub fn main() {
// moving forward!
cfg.component("tor-crypt-ops-testing");
cfg.component("or-testing");
cfg.component("tor-malloc");
cfg.component("tor-err-testing");
cfg.component("or-event-testing");
cfg.component("tor-ctime-testing");