summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc_errno/Makefile
diff options
context:
space:
mode:
authorotto <>2003-07-15 10:06:31 +0000
committerotto <>2003-07-15 10:06:31 +0000
commit2bde480334d701470681df16582ed92f56353bc9 (patch)
tree6550b2439bacfe0eaab0ae86ff91d39612694843 /src/regress/lib/libc/malloc/malloc_errno/Makefile
parent5bd302f63a71af85f1fa22b787d4c05dacd277ea (diff)
downloadopenbsd-2bde480334d701470681df16582ed92f56353bc9.tar.gz
openbsd-2bde480334d701470681df16582ed92f56353bc9.tar.bz2
openbsd-2bde480334d701470681df16582ed92f56353bc9.zip
Test if malloc() sets errno correctly if it returns NULL.
ok tdeval@ henning@
Diffstat (limited to 'src/regress/lib/libc/malloc/malloc_errno/Makefile')
-rw-r--r--src/regress/lib/libc/malloc/malloc_errno/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_errno/Makefile b/src/regress/lib/libc/malloc/malloc_errno/Makefile
new file mode 100644
index 0000000000..73ebe37491
--- /dev/null
+++ b/src/regress/lib/libc/malloc/malloc_errno/Makefile
@@ -0,0 +1,5 @@
1# $OpenBSD: Makefile,v 1.1 2003/07/15 10:06:31 otto Exp $
2
3PROG= malloc_errno
4
5.include <bsd.regress.mk>