aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/dtrace/tests/common/pid/Makefile
blob: faa5ac8545e107b945d75f7658e1d067623b500a (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
60
61
62
63
64
65
66
67
68
69
# $FreeBSD$

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

TESTFILES= \
     err.D_PDESC_ZERO.badlib.d  \
     err.D_PDESC_ZERO.badproc1.d  \
     err.D_PROC_BADPID.badproc2.d  \
     err.D_PROC_CREATEFAIL.many.d  \
     err.D_PROC_FUNC.badfunc.d  \
     err.D_PROC_LIB.libdash.d  \
     err.D_PROC_NAME.alldash.d  \
     err.D_PROC_NAME.badname.d  \
     err.D_PROC_NAME.globdash.d  \
     err.D_PROC_OFF.toobig.d  \
     tst.addprobes.ksh  \
     tst.args1.d  \
     tst.coverage.d  \
     tst.emptystack.d  \
     tst.emptystack.d.out  \
     tst.float.d  \
     tst.fork.d  \
     tst.gcc.d  \
     tst.killonerror.ksh  \
     tst.main.ksh  \
     tst.manypids.ksh  \
     tst.newprobes.ksh  \
     tst.newprobes.ksh.out  \
     tst.probemod.ksh  \
     tst.provregex1.ksh  \
     tst.provregex2.ksh  \
     tst.provregex2.ksh.out  \
     tst.provregex3.ksh  \
     tst.provregex3.ksh.out  \
     tst.provregex4.ksh  \
     tst.provregex4.ksh.out  \
     tst.ret1.d  \
     tst.ret2.d  \
     tst.vfork.d  \
     tst.weak1.d  \
     tst.weak2.d  \

TESTEXES= \
     err.D_PDESC_ZERO.badlib.exe  \
     err.D_PROC_CREATEFAIL.many.exe  \
     err.D_PROC_FUNC.badfunc.exe  \
     err.D_PROC_LIB.libdash.exe  \
     err.D_PROC_NAME.alldash.exe  \
     err.D_PROC_NAME.badname.exe  \
     err.D_PROC_NAME.globdash.exe  \
     err.D_PROC_OFF.toobig.exe  \
     tst.coverage.exe  \
     tst.emptystack.exe  \

CFILES= \
     tst.args1.c  \
     tst.float.c  \
     tst.fork.c  \
     tst.gcc.c  \
     tst.ret1.c  \
     tst.ret2.c  \
     tst.vfork.c  \
     tst.weak1.c  \
     tst.weak2.c  \


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