From 2b9173f7be614b3e1a860a3ce16e3c8d9919b0d5 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Sat, 8 Jul 2017 00:08:26 +0000 Subject: Run malloc0test with all possible malloc options. --- src/regress/lib/libc/malloc/malloc0test/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libc/malloc/malloc0test/Makefile b/src/regress/lib/libc/malloc/malloc0test/Makefile index 8ed8163a79..fc2295c091 100644 --- a/src/regress/lib/libc/malloc/malloc0test/Makefile +++ b/src/regress/lib/libc/malloc/malloc0test/Makefile @@ -1,5 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2003/07/15 10:09:37 otto Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/08 00:08:26 bluhm Exp $ PROG= malloc0test +.for m in C D F G J j R S U X << >>> +REGRESS_TARGETS += run-regress-${PROG}-${m:S//+/g} +run-regress-${PROG}-${m:S//+/g}: ${PROG} + MALLOC_OPTIONS='${m}' ./${PROG} +.endfor + .include -- cgit v1.2.3-55-g6feb