aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/dtrace/tests/common/safety/Makefile
blob: d3ce7c97abecce0385a64a846d38dff14b498014 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59

#
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
#

PACKAGE=	tests

${PACKAGE}FILES= \
     tst.basename.d  \
     tst.caller.d  \
     tst.cleanpath.d  \
     tst.copyin.d  \
     tst.copyin2.d  \
     tst.ddi_pathname.d  \
     tst.dirname.d  \
     tst.errno.d  \
     tst.execname.d  \
     tst.gid.d  \
     tst.hton.d  \
     tst.index.d  \
     tst.jailname.d  \
     tst.jid.d  \
     tst.msgdsize.d  \
     tst.msgsize.d  \
     tst.null.d  \
     tst.pid.d  \
     tst.ppid.d  \
     tst.progenyof.d  \
     tst.random.d  \
     tst.rw.d  \
     tst.shortstr.d  \
     tst.stack.d  \
     tst.stackdepth.d  \
     tst.stddev.d  \
     tst.strchr.d  \
     tst.strjoin.d  \
     tst.strstr.d  \
     tst.strtok.d  \
     tst.substr.d  \
     tst.ucaller.d  \
     tst.uid.d  \
     tst.unalign.d  \
     tst.uregs.d  \
     tst.ustack.d  \
     tst.ustackdepth.d  \
     tst.vahole.d  \
     tst.violentdeath.ksh  \
     tst.zonename.d  \

TESTEXES= \


CFILES= \



TEST_METADATA.t_dtrace_contrib+=	required_memory="4g"

.include "../../dtrace.test.mk"