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