summaryrefslogtreecommitdiff
path: root/src/regress
diff options
context:
space:
mode:
authorotto <>2006-04-18 19:04:39 +0000
committerotto <>2006-04-18 19:04:39 +0000
commit87c4f50b85185f283080c848a73bd7b9671b4335 (patch)
tree364f96c8e9035edd9677dd023260bd501555b956 /src/regress
parent04e1c7d3381a8e957a4ac6ddfc5dc4f5406b3a54 (diff)
downloadopenbsd-87c4f50b85185f283080c848a73bd7b9671b4335.tar.gz
openbsd-87c4f50b85185f283080c848a73bd7b9671b4335.tar.bz2
openbsd-87c4f50b85185f283080c848a73bd7b9671b4335.zip
Hook new ulimit test cases
Diffstat (limited to 'src/regress')
-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 bb6dfc26a4..7c919d1bc2 100644
--- a/src/regress/lib/libc/malloc/Makefile
+++ b/src/regress/lib/libc/malloc/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.4 2003/07/15 10:09:37 otto Exp $ 1# $OpenBSD: Makefile,v 1.5 2006/04/18 19:04:39 otto Exp $
2 2
3SUBDIR+= malloc0test malloc_errno 3SUBDIR+= malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2
4 4
5install: 5install:
6 6