Add a malloc/free stress test.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5362 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/perf/Makefile.am b/perf/Makefile.am
index d6898bf..cd31e5f 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -6,10 +6,11 @@
 	bz2.vgperf \
 	fbench.vgperf \
 	ffbench.vgperf \
+	heap.vgperf \
 	sarp.vgperf
 
 check_PROGRAMS = \
-	bigcode bz2 fbench ffbench sarp
+	bigcode bz2 fbench ffbench heap sarp
 
 AM_CFLAGS   = $(WERROR) -Winline -Wall -Wshadow -g -O
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_builddir)/include