aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/dtrace/tests/common/struct/Makefile
blob: fb039f2f1de244e77f6122a54484747ccb97f9db (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
# $FreeBSD$

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

TESTFILES= \
     err.D_ADDROF_VAR.StructPointer.d  \
     err.D_DECL_COMBO.StructWithoutColon.d  \
     err.D_DECL_COMBO.StructWithoutColon1.d  \
     err.D_DECL_INCOMPLETE.circular.d  \
     err.D_DECL_INCOMPLETE.order.d  \
     err.D_DECL_INCOMPLETE.order2.d  \
     err.D_DECL_INCOMPLETE.recursive.d  \
     err.D_DECL_INCOMPLETE.simple.d  \
     err.D_DECL_VOIDOBJ.baddec.d  \
     err.D_PROTO_ARG.DupStructAssoc.d  \
     tst.StructAssoc.d  \
     tst.StructDataTypes.d  \
     tst.StructInside.d  \
     tst.clauselocal.d  \
     tst.clauselocal.d.out  \

TESTEXES= \


CFILES= \



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