mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
27 lines
586 B
Makefile
27 lines
586 B
Makefile
|
|
#
|
|
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
|
|
#
|
|
|
|
PACKAGE= tests
|
|
|
|
${PACKAGE}FILES= \
|
|
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"
|