]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/usr.sbin/dtrace/tests/common/union/Makefile
MFC r277912,r278738,r279418,r280835,r288416:
[FreeBSD/stable/10.git] / cddl / usr.sbin / dtrace / tests / common / union / 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_ADDROF_VAR.UnionPointer.d  \
9      err.D_DECL_COMBO.UnionWithoutColon.d  \
10      err.D_DECL_COMBO.UnionWithoutColon1.d  \
11      err.D_DECL_INCOMPLETE.circular.d  \
12      err.D_DECL_INCOMPLETE.order.d  \
13      err.D_DECL_INCOMPLETE.recursive.d  \
14      err.D_DECL_INCOMPLETE.simple.d  \
15      err.D_PROTO_ARG.DupUnionAssoc.d  \
16      tst.UnionAssoc.d  \
17      tst.UnionDataTypes.d  \
18      tst.UnionInside.d  \
19
20 TESTEXES= \
21
22
23 CFILES= \
24
25
26
27 .include "../../Makefile.inc1"