diff options
Diffstat (limited to 'src/regress/lib/libc/malloc/malloc_general/Makefile')
-rw-r--r-- | src/regress/lib/libc/malloc/malloc_general/Makefile | 26 |
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 | |||
3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 | ||
4 | |||
5 | .include <bsd.regress.mk> | ||
6 | |||
7 | t1: malloc_general | ||
8 | malloc_general "" | ||
9 | |||
10 | t2: malloc_general | ||
11 | malloc_general C | ||
12 | |||
13 | t3: malloc_general | ||
14 | malloc_general J | ||
15 | |||
16 | t4: malloc_general | ||
17 | malloc_general F | ||
18 | |||
19 | t5: malloc_general | ||
20 | malloc_general G | ||
21 | |||
22 | t6: malloc_general | ||
23 | malloc_general S | ||
24 | |||
25 | t7: malloc_general | ||
26 | malloc_general FGJ | ||