32 lines
671 B
Makefile
32 lines
671 B
Makefile
#
|
|
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
|
|
#
|
|
|
|
PACKAGE= tests
|
|
|
|
${PACKAGE}FILES= \
|
|
err.D_IDENT_BADREF.SizeofAssoc.d \
|
|
err.D_IDENT_UNDEF.UnknownSymbol.d \
|
|
err.D_SIZEOF_TYPE.badstruct.d \
|
|
err.D_SIZEOF_TYPE.d \
|
|
err.D_SYNTAX.SizeofBadType.d \
|
|
tst.SizeofArray.d \
|
|
tst.SizeofDataTypes.d \
|
|
tst.SizeofExpression.d \
|
|
tst.SizeofNULL.d \
|
|
tst.SizeofStrConst.d \
|
|
tst.SizeofStrConst.d.out \
|
|
tst.SizeofString1.d \
|
|
tst.SizeofString1.d.out \
|
|
tst.SizeofString2.d \
|
|
tst.SizeofString2.d.out \
|
|
|
|
TESTEXES= \
|
|
|
|
|
|
CFILES= \
|
|
|
|
|
|
|
|
.include "../../dtrace.test.mk"
|