summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorotto <>2018-01-28 13:42:17 +0000
committerotto <>2018-01-28 13:42:17 +0000
commite9ffd67cccd5b69f014e778981d6ca2c1af00edb (patch)
tree0eb0571c6ab6a970ee2c8ad3400fa9f91ef3fff8
parent9c377d1af1b40bde48f4030c1b80211c3840956a (diff)
downloadopenbsd-e9ffd67cccd5b69f014e778981d6ca2c1af00edb.tar.gz
openbsd-e9ffd67cccd5b69f014e778981d6ca2c1af00edb.tar.bz2
openbsd-e9ffd67cccd5b69f014e778981d6ca2c1af00edb.zip
add malloc_threaderr
-rw-r--r--src/regress/lib/libc/malloc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/malloc/Makefile b/src/regress/lib/libc/malloc/Makefile
index d4a145f6c4..7eb84f6a6c 100644
--- a/src/regress/lib/libc/malloc/Makefile
+++ b/src/regress/lib/libc/malloc/Makefile
@@ -1,6 +1,7 @@
1# $OpenBSD: Makefile,v 1.6 2017/01/23 11:07:18 otto Exp $ 1# $OpenBSD: Makefile,v 1.7 2018/01/28 13:42:17 otto Exp $
2 2
3SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 3SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2
4SUBDIR+= malloc_threaderr
4 5
5install: 6install:
6 7