diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-01-23 11:07:19 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-01-23 11:07:19 +0000 |
commit | 386dc3d834a80ad0f04f9d47312b8970a66be8e5 (patch) | |
tree | 83cac5b85bf366348275b4a1878c062656b41666 /regress/lib | |
parent | 5e6717953274fa8b62b971abd0996c66d0b3b9be (diff) |
hook malloc_general to the tests
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/malloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/malloc/Makefile b/regress/lib/libc/malloc/Makefile index 7c919d1bc2a..d4a145f6c46 100644 --- a/regress/lib/libc/malloc/Makefile +++ b/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: |