31 lines
678 B
Makefile
31 lines
678 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
#
|
||
|
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
|
||
|
#
|
||
|
|
||
|
TESTFILES= \
|
||
|
err.D_DECL_LOCASSC.NonLocalAssoc.d \
|
||
|
err.D_DECL_LONGINT.LongStruct.d \
|
||
|
err.D_DECL_PARMCLASS.BadStorageClass.d \
|
||
|
err.D_DECL_PROTO_NAME.VoidName.d \
|
||
|
err.D_DECL_PROTO_TYPE.Dyn.d \
|
||
|
err.D_DECL_PROTO_VARARGS.VarLenArgs.d \
|
||
|
err.D_DECL_PROTO_VOID.NonSoleVoid.d \
|
||
|
err.D_DECL_SIGNINT.UnsignedStruct.d \
|
||
|
err.D_DECL_VOIDATTR.ShortVoidDecl.d \
|
||
|
tst.arrays.d \
|
||
|
tst.basics.d \
|
||
|
tst.funcs.d \
|
||
|
tst.pointers.d \
|
||
|
tst.varargsfuncs.d \
|
||
|
|
||
|
TESTEXES= \
|
||
|
|
||
|
|
||
|
CFILES= \
|
||
|
|
||
|
|
||
|
|
||
|
.include "../../Makefile.inc1"
|