blob: 0e88ea3c28f77eb335602150e10bcc7943e6262e (
plain)
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
|
# $FreeBSD$
#
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
#
TESTFILES= \
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.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= \
.include "../../Makefile.inc1"
|