From 76088a8d37b68292f56046a6a4dea9544ad5ab89 Mon Sep 17 00:00:00 2001 From: otto <> Date: Mon, 23 Jan 2017 11:07:18 +0000 Subject: hook malloc_general to the tests --- src/regress/lib/libc/malloc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libc/malloc/Makefile b/src/regress/lib/libc/malloc/Makefile index 7c919d1bc2..d4a145f6c4 100644 --- a/src/regress/lib/libc/malloc/Makefile +++ b/src/regress/lib/libc/malloc/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 2006/04/18 19:04:39 otto Exp $ +# $OpenBSD: Makefile,v 1.6 2017/01/23 11:07:18 otto Exp $ -SUBDIR+= malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 +SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 install: -- cgit v1.2.3-55-g6feb