opnsense-src/cddl/usr.sbin/dtrace/tests/common/printf/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

68 lines
1.6 KiB
Makefile

# $FreeBSD$
#
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
#
TESTFILES= \
err.D_PRINTF_AGG_CONV.aggfmt.d \
err.D_PRINTF_ARG_EXTRA.toomany.d \
err.D_PRINTF_ARG_EXTRA.widths.d \
err.D_PRINTF_ARG_FMT.badfmt.d \
err.D_PRINTF_ARG_PROTO.novalue.d \
err.D_PRINTF_ARG_TYPE.aggarg.d \
err.D_PRINTF_ARG_TYPE.recursive.d \
err.D_PRINTF_DYN_PROTO.noprec.d \
err.D_PRINTF_DYN_PROTO.nowidth.d \
err.D_PRINTF_DYN_TYPE.badprec.d \
err.D_PRINTF_DYN_TYPE.badwidth.d \
err.D_PROTO_LEN.toofew.d \
err.D_SYNTAX.badconv1.d \
err.D_SYNTAX.badconv2.d \
err.D_SYNTAX.badconv3.d \
tst.basics.d \
tst.basics.d.out \
tst.flags.d \
tst.flags.d.out \
tst.hello.d \
tst.hello.d.out \
tst.ints.d \
tst.ints.d.out \
tst.precs.d \
tst.precs.d.out \
tst.print-f.d \
tst.print-f.d.out \
tst.printT.ksh \
tst.printT.ksh.out \
tst.printY.ksh \
tst.printY.ksh.out \
tst.printcont.d \
tst.printcont.d.out \
tst.printeE.d \
tst.printeE.d.out \
tst.printgG.d \
tst.printgG.d.out \
tst.rawfmt.d \
tst.rawfmt.d.out \
tst.signs.d \
tst.signs.d.out \
tst.str.d \
tst.str.d.out \
tst.sym.d \
tst.sym.d.out \
tst.uints.d \
tst.uints.d.out \
tst.widths.d \
tst.widths.d.out \
tst.widths1.d \
tst.wp.d \
tst.wp.d.out \
TESTEXES= \
CFILES= \
.include "../../dtrace.test.mk"