add test for delete size mismatch

This commit is contained in:
Daniel Micay 2018-10-11 01:44:41 -04:00
parent 7606bf4c1f
commit e47c783524
2 changed files with 15 additions and 1 deletions

View file

@ -22,7 +22,8 @@ EXECUTABLES := \
uninitialized_malloc_usable_size \
eight_byte_overflow_small \
eight_byte_overflow_large \
string_overflow
string_overflow \
delete_type_size_mismatch
all: $(EXECUTABLES)