diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2015-02-28 23:30:06 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2015-02-28 23:30:06 +0000 |
| commit | 4ddbe5ac37b907100856114354f29b92e8d8155c (patch) | |
| tree | 80367814fb5b8a1d783d7873c04078c8c55d84e3 /cddl/usr.sbin/dtrace/tests/common/uctf | |
| parent | d9145728909068dd25710a322510c67304654bf5 (diff) | |
Notes
Diffstat (limited to 'cddl/usr.sbin/dtrace/tests/common/uctf')
| -rw-r--r-- | cddl/usr.sbin/dtrace/tests/common/uctf/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/cddl/usr.sbin/dtrace/tests/common/uctf/Makefile b/cddl/usr.sbin/dtrace/tests/common/uctf/Makefile new file mode 100644 index 000000000000..493d55048173 --- /dev/null +++ b/cddl/usr.sbin/dtrace/tests/common/uctf/Makefile @@ -0,0 +1,41 @@ +# $FreeBSD$ + +# +# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh. +# + +TESTFILES= \ + err.invalidpid.d \ + err.invalidpid2.d \ + err.invalidpid3.d \ + err.invalidtype.ksh \ + err.invalidtype2.ksh \ + err.user64mode.ksh \ + tst.aouttype.ksh \ + tst.chasestrings.ksh \ + tst.chasestrings.ksh.out \ + tst.libtype.ksh \ + tst.linkmap.ksh \ + tst.pidprint.ksh \ + tst.pidprinttarg.ksh \ + tst.printtype.ksh \ + tst.printtype.ksh.out \ + tst.printtypetarg.ksh \ + tst.userlandkey.ksh \ + tst.userlandkey.ksh.out \ + tst.userstrings.ksh \ + tst.userstrings.ksh.out \ + +TESTEXES= \ + + +CFILES= \ + tst.aouttype.c \ + tst.chasestrings.c \ + tst.libtype.c \ + tst.printtype.c \ + + +WITH_CTF=YES + +.include "../../Makefile.inc1" |
