diff options
author | otto <> | 2023-05-08 11:13:30 +0000 |
---|---|---|
committer | otto <> | 2023-05-08 11:13:30 +0000 |
commit | bcda7c38415e201b9cd092361c237ba921436292 (patch) | |
tree | 060f5dfc31546405cd6da602003c384f509be0cc /src/regress/lib | |
parent | 745cf5b816e8fe10c0a183d44dbe02c5164f3b9c (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 | 3 | SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 |
4 | SUBDIR+= malloc_threaderr | 4 | SUBDIR+= malloc_threaderr malloc_errs |
5 | 5 | ||
6 | install: | 6 | install: |
7 | 7 | ||