summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorotto <>2017-01-23 11:07:18 +0000
committerotto <>2017-01-23 11:07:18 +0000
commitd997e8b2da4774b32b9a1e6368bb19aca5bf82c2 (patch)
tree3479d1ffe161e322d6020b7c96eb4c91920c983d
parent244cfc1650e36f6710f5c09851b51d283f62984c (diff)
downloadopenbsd-d997e8b2da4774b32b9a1e6368bb19aca5bf82c2.tar.gz
openbsd-d997e8b2da4774b32b9a1e6368bb19aca5bf82c2.tar.bz2
openbsd-d997e8b2da4774b32b9a1e6368bb19aca5bf82c2.zip
hook malloc_general to the tests
-rw-r--r--src/regress/lib/libc/malloc/Makefile4
1 files 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 @@
1# $OpenBSD: Makefile,v 1.5 2006/04/18 19:04:39 otto Exp $ 1# $OpenBSD: Makefile,v 1.6 2017/01/23 11:07:18 otto Exp $
2 2
3SUBDIR+= malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 3SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2
4 4
5install: 5install:
6 6