add uninitialized allocator tests

This commit is contained in:
Daniel Micay 2018-08-24 05:02:00 -04:00
parent 2d168b0516
commit fe85116891
4 changed files with 27 additions and 0 deletions

View file

@ -12,3 +12,6 @@ all: \
invalid_free_protected \
invalid_free_unprotected \
invalid_free_small_region \
uninitialized_free \
uninitialized_realloc \
uninitialized_malloc_usable_size \