2015-02-28 18:30:06 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
|
|
|
|
|
#
|
|
|
|
|
|
2016-05-04 19:20:53 -04:00
|
|
|
PACKAGE= tests
|
|
|
|
|
|
|
|
|
|
${PACKAGE}FILES= \
|
2015-02-28 18:30:06 -05:00
|
|
|
err.D_ADDROF_BITFIELD.BitfieldAddress.d \
|
|
|
|
|
err.D_DECL_BFCONST.NegBitField.d \
|
|
|
|
|
err.D_DECL_BFCONST.ZeroBitField.d \
|
|
|
|
|
err.D_DECL_BFSIZE.ExceedBaseType.d \
|
|
|
|
|
err.D_DECL_BFSIZE.GreaterThan64.d \
|
|
|
|
|
err.D_DECL_BFTYPE.badtype.d \
|
|
|
|
|
err.D_OFFSETOF_BITFIELD.d \
|
|
|
|
|
err.D_SIZEOF_BITFIELD.SizeofBitfield.d \
|
|
|
|
|
tst.BitFieldPromotion.d \
|
|
|
|
|
tst.SizeofBitField.d \
|
|
|
|
|
|
|
|
|
|
TESTEXES= \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CFILES= \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-11-25 15:43:45 -05:00
|
|
|
.include "../../dtrace.test.mk"
|