1# $FreeBSD$ 2 3# 4# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh. 5# 6 7PACKAGE= tests 8 9${PACKAGE}FILES= \ 10 err.D_ADDROF_VAR.UnionPointer.d \ 11 err.D_DECL_COMBO.UnionWithoutColon.d \ 12 err.D_DECL_COMBO.UnionWithoutColon1.d \ 13 err.D_DECL_INCOMPLETE.circular.d \ 14 err.D_DECL_INCOMPLETE.order.d \ 15 err.D_DECL_INCOMPLETE.recursive.d \ 16 err.D_DECL_INCOMPLETE.simple.d \ 17 err.D_PROTO_ARG.DupUnionAssoc.d \ 18 tst.UnionAssoc.d \ 19 tst.UnionDataTypes.d \ 20 tst.UnionInside.d \ 21 22TESTEXES= \ 23 24 25CFILES= \ 26 27 28 29.include "../../dtrace.test.mk" 30