summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2018-01-28 13:42:18 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2018-01-28 13:42:18 +0000
commit72e180c01298e78e700dbc6076bd26c143fe59bb (patch)
tree7657b3bd6ad27774de8ed2231f925718ea5ad139 /regress/lib
parent7a1c79666c122f636d607f3b26a5f5b76ab6be09 (diff)
add malloc_threaderr
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libc/malloc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/malloc/Makefile b/regress/lib/libc/malloc/Makefile
index d4a145f6c46..7eb84f6a6c4 100644
--- a/regress/lib/libc/malloc/Makefile
+++ b/regress/lib/libc/malloc/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.6 2017/01/23 11:07:18 otto Exp $
+# $OpenBSD: Makefile,v 1.7 2018/01/28 13:42:17 otto Exp $
SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2
+SUBDIR+= malloc_threaderr
install: