diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libc/malloc/malloc_general/Makefile | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_general/Makefile b/src/regress/lib/libc/malloc/malloc_general/Makefile index ddc3220854..b880c2c4ab 100644 --- a/src/regress/lib/libc/malloc/malloc_general/Makefile +++ b/src/regress/lib/libc/malloc/malloc_general/Makefile | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.4 2019/06/04 05:30:39 otto Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2021/02/12 12:03:39 otto Exp $ |
| 2 | 2 | ||
| 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 |
| 4 | PROG= malloc_general | 4 | PROG= malloc_general |
| 5 | 5 | ||
| 6 | .include <bsd.regress.mk> | 6 | .include <bsd.regress.mk> |
| @@ -25,3 +25,15 @@ t6: malloc_general | |||
| 25 | 25 | ||
| 26 | t7: malloc_general | 26 | t7: malloc_general |
| 27 | MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}//malloc_general | 27 | MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}//malloc_general |
| 28 | |||
| 29 | t8: malloc_general | ||
| 30 | MALLOC_OPTIONS=cfgjuCJ ${.OBJDIR}/malloc_general | ||
| 31 | |||
| 32 | t9: malloc_general | ||
| 33 | MALLOC_OPTIONS=cfgjuCJJ ${.OBJDIR}/malloc_general | ||
| 34 | |||
| 35 | t10: malloc_general | ||
| 36 | MALLOC_OPTIONS=cfgjuJS ${.OBJDIR}//malloc_general | ||
| 37 | |||
| 38 | t11: malloc_general | ||
| 39 | MALLOC_OPTIONS=cfgjuFGJJ ${.OBJDIR}//malloc_general | ||
