add large array growth test

This commit is contained in:
Daniel Micay
2019-04-30 16:47:06 -04:00
parent ae4142c2d1
commit 2ae0ed4674
2 changed files with 19 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ CPPFLAGS += \
EXECUTABLES := \
offset \
mallinfo
mallinfo \
large_array_growth
all: $(EXECUTABLES)