Makefile revision 302408
1# $FreeBSD: stable/11/cddl/usr.sbin/dtrace/tests/common/types/Makefile 299094 2016-05-04 23:20:53Z ngie $
2
3#
4# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
5#
6
7PACKAGE=	tests
8
9${PACKAGE}FILES= \
10     err.D_CAST_INVAL.badcast.d  \
11     err.D_CG_DYN.ResultDynType.d  \
12     err.D_CHR_OFLOW.charconst.d  \
13     err.D_DECL_BADCLASS.bad.d  \
14     err.D_DECL_CHARATTR.badtype3.d  \
15     err.D_DECL_COMBO.badtype4.d  \
16     err.D_DECL_COMBO.badtype5.d  \
17     err.D_DECL_ENCONST.badeval.d  \
18     err.D_DECL_ENOFLOW.enoflow.d  \
19     err.D_DECL_ENOFLOW.enuflow.d  \
20     err.D_DECL_SCOPE.scopeop.d  \
21     err.D_DECL_USELESS.baddec.d  \
22     err.D_OP_ACT.badcond.d  \
23     err.D_OP_ARITH.badoperand.d  \
24     err.D_OP_INCOMPAT.badassign.d  \
25     err.D_OP_INT.badbitop.d  \
26     err.D_OP_INT.badshift.d  \
27     err.D_OP_SCALAR.badcond.d  \
28     err.D_OP_SCALAR.badincop.d  \
29     err.D_OP_SCALAR.badlogop.d  \
30     err.D_PROTO_LEN.badcond1.d  \
31     err.D_SYNTAX.badenum.d  \
32     err.D_SYNTAX.badid.d  \
33     err.D_SYNTAX.badstruct.d  \
34     err.D_UNKNOWN.badtype1.d  \
35     err.D_UNKNOWN.badtype2.d  \
36     err.D_UNKNOWN.dupenum.d  \
37     err.D_UNKNOWN.dupstruct.d  \
38     err.D_XLATE_REDECL.ResultDynType.d  \
39     tst.assignops.d  \
40     tst.badshiftops.d  \
41     tst.basics.d  \
42     tst.basics.d.out  \
43     tst.bitops.d  \
44     tst.charconstants.d  \
45     tst.complex.d  \
46     tst.condexpr.d  \
47     tst.const.d  \
48     tst.constants.d  \
49     tst.conv.d  \
50     tst.enum.d  \
51     tst.intincop.d  \
52     tst.intops.d  \
53     tst.inttypes.d  \
54     tst.ptrincop.d  \
55     tst.ptrops.d  \
56     tst.relenum.d  \
57     tst.relstring.d  \
58     tst.shiftops.d  \
59     tst.stringconstants.d  \
60     tst.struct.d  \
61     tst.typedef.d  \
62     tst.unaryop.d  \
63
64TESTEXES= \
65
66
67CFILES= \
68
69
70
71.include "../../dtrace.test.mk"
72