diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-04-18 19:04:40 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-04-18 19:04:40 +0000 |
commit | 1cb9eed6689d1ac480c8323fecc6e3de17ffc687 (patch) | |
tree | 382f3e74ad9e32c99d49857b631f0d5cf8652851 /regress | |
parent | 5ef1fe2607b0c1572326ceabf3d6c39b61cb4500 (diff) |
Hook new ulimit test cases
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libc/malloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/malloc/Makefile b/regress/lib/libc/malloc/Makefile index bb6dfc26a42..7c919d1bc2a 100644 --- a/regress/lib/libc/malloc/Makefile +++ b/regress/lib/libc/malloc/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2003/07/15 10:09:37 otto Exp $ +# $OpenBSD: Makefile,v 1.5 2006/04/18 19:04:39 otto Exp $ -SUBDIR+= malloc0test malloc_errno +SUBDIR+= malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 install: |