aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/dtrace/tests/common/providers/Makefile
blob: 763d60bfa7dec4f3ac4cfec230ba8ff1effd0e5b (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
# $FreeBSD$

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

TESTFILES= \
     err.D_PDESC_INVAL.wrongdec4.d  \
     err.D_PDESC_ZERO.nonprofile.d  \
     err.D_PDESC_ZERO.wrongdec1.d  \
     err.D_PDESC_ZERO.wrongdec2.d  \
     err.D_PDESC_ZERO.wrongdec3.d  \
     tst.basics.d  \
     tst.basics.d.out  \
     tst.beginexit.d  \
     tst.beginprof.d  \
     tst.beginprof.d.out  \
     tst.probattrs.d  \
     tst.probattrs.d.out  \
     tst.probefunc.d  \
     tst.probefunc.d.out  \
     tst.probemod.d  \
     tst.probemod.d.out  \
     tst.probename.d  \
     tst.probename.d.out  \
     tst.probprov.d  \
     tst.probprov.d.out  \
     tst.profend.d  \
     tst.profend.d.out  \
     tst.profexit.d  \
     tst.profexit.d.out  \
     tst.trace.d  \
     tst.trace.d.out  \
     tst.twoprof.d  \
     tst.twoprof.d.out  \

TESTEXES= \


CFILES= \



.include "../../Makefile.inc1"