diff options
Diffstat (limited to 'src/regress/lib/libc/malloc/malloc_general/Makefile')
-rw-r--r-- | src/regress/lib/libc/malloc/malloc_general/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_general/Makefile b/src/regress/lib/libc/malloc/malloc_general/Makefile index a0ee823bbe..ddc3220854 100644 --- a/src/regress/lib/libc/malloc/malloc_general/Makefile +++ b/src/regress/lib/libc/malloc/malloc_general/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2017/01/24 16:03:28 otto Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2019/06/04 05:30: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 |
4 | PROG= malloc_general | 4 | PROG= malloc_general |
@@ -6,22 +6,22 @@ PROG= malloc_general | |||
6 | .include <bsd.regress.mk> | 6 | .include <bsd.regress.mk> |
7 | 7 | ||
8 | t1: malloc_general | 8 | t1: malloc_general |
9 | ${.OBJDIR}/malloc_general "" | 9 | MALLOC_OPTIONS=cfgju ${.OBJDIR}/malloc_general |
10 | 10 | ||
11 | t2: malloc_general | 11 | t2: malloc_general |
12 | ${.OBJDIR}//malloc_general C | 12 | MALLOC_OPTIONS=cfgjuC ${.OBJDIR}//malloc_general |
13 | 13 | ||
14 | t3: malloc_general | 14 | t3: malloc_general |
15 | ${.OBJDIR}//malloc_general J | 15 | MALLOC_OPTIONS=cfgjuJ ${.OBJDIR}//malloc_general |
16 | 16 | ||
17 | t4: malloc_general | 17 | t4: malloc_general |
18 | ${.OBJDIR}//malloc_general F | 18 | MALLOC_OPTIONS=cfgjuF ${.OBJDIR}//malloc_general |
19 | 19 | ||
20 | t5: malloc_general | 20 | t5: malloc_general |
21 | ${.OBJDIR}//malloc_general G | 21 | MALLOC_OPTIONS=cfgjuG ${.OBJDIR}//malloc_general |
22 | 22 | ||
23 | t6: malloc_general | 23 | t6: malloc_general |
24 | ${.OBJDIR}//malloc_general S | 24 | MALLOC_OPTIONS=cfgjuS ${.OBJDIR}//malloc_general |
25 | 25 | ||
26 | t7: malloc_general | 26 | t7: malloc_general |
27 | ${.OBJDIR}//malloc_general FGJ | 27 | MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}//malloc_general |