diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2021-02-12 12:03:40 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2021-02-12 12:03:40 +0000 |
commit | 88c1334540702837f09f9d8fa01dc8c0116ef30e (patch) | |
tree | c965a1f3df31a288228c17c4c51a26a19f70af2b /regress/lib | |
parent | 4683a2b9c15796b9239a6419d162b4416c473a8c (diff) |
A few more flag combo's to test
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/malloc/malloc_general/Makefile | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/regress/lib/libc/malloc/malloc_general/Makefile b/regress/lib/libc/malloc/malloc_general/Makefile index ddc3220854e..b880c2c4ab6 100644 --- a/regress/lib/libc/malloc/malloc_general/Makefile +++ b/regress/lib/libc/malloc/malloc_general/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2019/06/04 05:30:39 otto Exp $ +# $OpenBSD: Makefile,v 1.5 2021/02/12 12:03:39 otto Exp $ -REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 +REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 PROG= malloc_general .include <bsd.regress.mk> @@ -25,3 +25,15 @@ t6: malloc_general t7: malloc_general MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}//malloc_general + +t8: malloc_general + MALLOC_OPTIONS=cfgjuCJ ${.OBJDIR}/malloc_general + +t9: malloc_general + MALLOC_OPTIONS=cfgjuCJJ ${.OBJDIR}/malloc_general + +t10: malloc_general + MALLOC_OPTIONS=cfgjuJS ${.OBJDIR}//malloc_general + +t11: malloc_general + MALLOC_OPTIONS=cfgjuFGJJ ${.OBJDIR}//malloc_general |