Assert no memory leaks by stubbing malloc/free in the test suite

This commit is contained in:
Max Brunsfeld 2019-01-21 14:22:35 -08:00
parent 6105bf9909
commit 196339aaa9
7 changed files with 146 additions and 18 deletions

View file

@ -1,3 +1,4 @@
mod allocations;
mod corpuses;
mod fixtures;
mod parser_api;