summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorotto <>2023-05-08 11:13:30 +0000
committerotto <>2023-05-08 11:13:30 +0000
commitbcda7c38415e201b9cd092361c237ba921436292 (patch)
tree060f5dfc31546405cd6da602003c384f509be0cc /src/regress/lib
parent745cf5b816e8fe10c0a183d44dbe02c5164f3b9c (diff)
downloadopenbsd-bcda7c38415e201b9cd092361c237ba921436292.tar.gz
openbsd-bcda7c38415e201b9cd092361c237ba921436292.tar.bz2
openbsd-bcda7c38415e201b9cd092361c237ba921436292.zip
Enable malloc_errs test
Diffstat (limited to 'src/regress/lib')
-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 7eb84f6a6c..546d67f6ca 100644
--- a/src/regress/lib/libc/malloc/Makefile
+++ b/src/regress/lib/libc/malloc/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.7 2018/01/28 13:42:17 otto Exp $ 1# $OpenBSD: Makefile,v 1.8 2023/05/08 11:13:30 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 4SUBDIR+= malloc_threaderr malloc_errs
5 5
6install: 6install:
7 7