freebsd-dev/cddl/usr.sbin/dtrace/tests/common/Makefile
Mark Johnston 04006780d9 Complete support for dtrace's -x setenv option.
This allows one to override the environment for processes created with
dtrace -c. By default, the environment is inherited.

This support was originally merged from illumos in r249367 but was lost
when the commit was later reverted and then brought back piecemeal.

Reported by:	Samuel Lepetit <slepetit@apple.com>
MFC after:	2 weeks
2017-12-03 16:57:28 +00:00

92 lines
1.2 KiB
Makefile

# $FreeBSD$
# We exclude several subdirectories: nfs and sysevent do not compile on
# FreeBSD, and docsExamples doesn't seem amenable to automated testing.
TESTSDIR= ${TESTSBASE}/cddl/usr.sbin/dtrace/common
TESTS_SUBDIRS+= aggs \
arithmetic \
arrays \
assocs \
begin \
bitfields \
buffering \
builtinvar \
cg \
clauses \
cpc \
decls \
drops \
dtraceUtil \
end \
env \
enum \
error \
exit \
fbtprovider \
funcs \
grammar \
include \
inline \
io \
ip \
java_api \
json \
lexer \
llquantize \
mdb \
mib \
misc \
multiaggs \
offsetof \
operators \
pid \
plockstat \
pointers \
pragma \
predicates \
preprocessor \
print \
printa \
printf \
privs \
probes \
proc \
profile-n \
providers \
raise \
rates \
safety \
scalars \
sched \
scripting \
sdt \
sizeof \
speculation \
stability \
stack \
stackdepth \
stop \
strlen \
strtoll \
struct \
sugar \
syscall \
tick-n \
trace \
tracemem \
translators \
typedef \
types \
uctf \
union \
usdt \
ustack \
vars \
version \
.PATH: ${.CURDIR:H:H:H:H:H}/tests
KYUAFILE= YES
.include <bsd.test.mk>