summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorotto <>2021-02-12 12:03:39 +0000
committerotto <>2021-02-12 12:03:39 +0000
commit783c7f0eb50190ab86b8815f3953867f2c6ddf14 (patch)
treeb0e38ec2e225825ae4866e36c481d64383928754 /src
parenta08933ee451c535496e04710143294584fdb5483 (diff)
downloadopenbsd-783c7f0eb50190ab86b8815f3953867f2c6ddf14.tar.gz
openbsd-783c7f0eb50190ab86b8815f3953867f2c6ddf14.tar.bz2
openbsd-783c7f0eb50190ab86b8815f3953867f2c6ddf14.zip
A few more flag combo's to test
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/malloc/malloc_general/Makefile16
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
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11
4PROG= malloc_general 4PROG= malloc_general
5 5
6.include <bsd.regress.mk> 6.include <bsd.regress.mk>
@@ -25,3 +25,15 @@ t6: malloc_general
25 25
26t7: malloc_general 26t7: malloc_general
27 MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}//malloc_general 27 MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}//malloc_general
28
29t8: malloc_general
30 MALLOC_OPTIONS=cfgjuCJ ${.OBJDIR}/malloc_general
31
32t9: malloc_general
33 MALLOC_OPTIONS=cfgjuCJJ ${.OBJDIR}/malloc_general
34
35t10: malloc_general
36 MALLOC_OPTIONS=cfgjuJS ${.OBJDIR}//malloc_general
37
38t11: malloc_general
39 MALLOC_OPTIONS=cfgjuFGJJ ${.OBJDIR}//malloc_general