blob: 35dd51a8067cfde31a40a91b44c6ef87c862dc7a (
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
32
33
|
# $FreeBSD$
#
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
#
PACKAGE= tests
${PACKAGE}FILES= \
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"
|