mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
26 lines
576 B
Makefile
26 lines
576 B
Makefile
# $FreeBSD$
|
|
|
|
#
|
|
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
|
|
#
|
|
|
|
TESTFILES= \
|
|
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= \
|
|
|
|
|
|
|
|
.include "../../dtrace.test.mk"
|