summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc_general/Makefile
diff options
context:
space:
mode:
authorotto <>2017-01-23 11:06:32 +0000
committerotto <>2017-01-23 11:06:32 +0000
commitf78a32596ded637850cfcb04eb429ddb97f1272a (patch)
tree041054b59f7b279985048621bc6a3a3145c14674 /src/regress/lib/libc/malloc/malloc_general/Makefile
parent034e1f9018bedb7d71df3286551c19fa5bd18c07 (diff)
downloadopenbsd-f78a32596ded637850cfcb04eb429ddb97f1272a.tar.gz
openbsd-f78a32596ded637850cfcb04eb429ddb97f1272a.tar.bz2
openbsd-f78a32596ded637850cfcb04eb429ddb97f1272a.zip
test malloc/realloc/free with some flag combo's
Diffstat (limited to 'src/regress/lib/libc/malloc/malloc_general/Makefile')
-rw-r--r--src/regress/lib/libc/malloc/malloc_general/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_general/Makefile b/src/regress/lib/libc/malloc/malloc_general/Makefile
new file mode 100644
index 0000000000..18151b1ea0
--- /dev/null
+++ b/src/regress/lib/libc/malloc/malloc_general/Makefile
@@ -0,0 +1,26 @@
1# $OpenBSD: Makefile,v 1.1 2017/01/23 11:06:32 otto Exp $
2
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
4
5.include <bsd.regress.mk>
6
7t1: malloc_general
8 malloc_general ""
9
10t2: malloc_general
11 malloc_general C
12
13t3: malloc_general
14 malloc_general J
15
16t4: malloc_general
17 malloc_general F
18
19t5: malloc_general
20 malloc_general G
21
22t6: malloc_general
23 malloc_general S
24
25t7: malloc_general
26 malloc_general FGJ