blob: 7f848fdf619d7900f525c1ed8ced7f18bc94d4c3 (
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
|
# $FreeBSD$
#
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
#
TESTFILES= \
err.D_DECL_IDRED.redef1.d \
err.D_DECL_IDRED.redef2.d \
err.D_IDENT_UNDEF.recur.d \
err.D_OP_INCOMPAT.baddef1.d \
err.D_OP_INCOMPAT.baddef2.d \
err.D_OP_INCOMPAT.badxlate.d \
tst.InlineDataAssign.d \
tst.InlineExpression.d \
tst.InlineKinds.d \
tst.InlineKinds.d.out \
tst.InlineTypedef.d \
tst.InlineWritableAssign.d \
TESTEXES= \
CFILES= \
.include "../../Makefile.inc1"
|