blob: 0b3ce40db6c65c645b69fb554ad39fbeb9fd6007 (
plain)
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 "../../dtrace.test.mk"
|