]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/usr.sbin/dtrace/tests/common/sizeof/Makefile
MFC r277912,r278738,r279418,r280835,r288416:
[FreeBSD/stable/10.git] / cddl / usr.sbin / dtrace / tests / common / sizeof / 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_IDENT_BADREF.SizeofAssoc.d  \
9      err.D_IDENT_UNDEF.UnknownSymbol.d  \
10      err.D_SIZEOF_TYPE.badstruct.d  \
11      err.D_SIZEOF_TYPE.d  \
12      err.D_SYNTAX.SizeofBadType.d  \
13      tst.SizeofArray.d  \
14      tst.SizeofDataTypes.d  \
15      tst.SizeofExpression.d  \
16      tst.SizeofNULL.d  \
17      tst.SizeofStrConst.d  \
18      tst.SizeofStrConst.d.out  \
19      tst.SizeofString1.d  \
20      tst.SizeofString1.d.out  \
21      tst.SizeofString2.d  \
22      tst.SizeofString2.d.out  \
23
24 TESTEXES= \
25
26
27 CFILES= \
28
29
30
31 .include "../../Makefile.inc1"