opnsense-src/cddl/usr.sbin/dtrace/tests/common/pointers/Makefile
Bryan Drewery b16fc49e73 Rename Makefile.inc1 to dtrace.test.mk to avoid clash with top-level Makefile.inc1.
Discussed with:	ngie, markj
Sponsored by:	EMC / Isilon Storage Division
2015-11-25 20:43:45 +00:00

48 lines
1.2 KiB
Makefile

# $FreeBSD$
#
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
#
TESTFILES= \
err.BadAlign.d \
err.D_ADDROF_VAR.ArrayVar.d \
err.D_ADDROF_VAR.DynamicVar.d \
err.D_ADDROF_VAR.agg.d \
err.D_DEREF_NONPTR.noptr.d \
err.D_DEREF_VOID.VoidPointerDeref.d \
err.D_OP_ARRFUN.ArrayAssignment.d \
err.D_OP_INCOMPAT.VoidPointerArith.d \
err.D_OP_LVAL.AddressChange.d \
err.D_OP_PTR.NonPointerAccess.d \
err.D_OP_PTR.badpointer.d \
err.D_OP_SOU.BadPointerAccess.d \
err.D_OP_SOU.badpointer.d \
err.InvalidAddress1.d \
err.InvalidAddress2.d \
err.InvalidAddress3.d \
err.InvalidAddress4.d \
err.InvalidAddress5.d \
tst.ArrayPointer1.d \
tst.ArrayPointer2.d \
tst.ArrayPointer3.d \
tst.GlobalVar.d \
tst.IntegerArithmetic1.d \
tst.PointerArithmetic1.d \
tst.PointerArithmetic2.d \
tst.PointerArithmetic3.d \
tst.PointerAssignment.d \
tst.ValidPointer1.d \
tst.ValidPointer2.d \
tst.VoidCast.d \
tst.basic1.d \
tst.basic2.d \
TESTEXES= \
CFILES= \
.include "../../dtrace.test.mk"