added tests for if malloc_object_size small allocations are free

This commit is contained in:
rwarr627
2020-06-17 18:59:44 -07:00
committed by Daniel Micay
parent de3fb50dcc
commit 7804e263e9
5 changed files with 50 additions and 2 deletions

View File

@@ -42,7 +42,9 @@ EXECUTABLES := \
invalid_malloc_usable_size_small \
invalid_malloc_usable_size_small_quarantine \
malloc_object_size \
malloc_object_size_offset
malloc_object_size_offset \
invalid_malloc_object_size_small \
invalid_malloc_object_size_small_quarantine
all: $(EXECUTABLES)