summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc_general/Makefile
diff options
context:
space:
mode:
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