opnsense-src/cddl/usr.sbin/dtrace/tests/common/proc/Makefile
Mark Johnston b4a3f67bd6 Add a little helper program for tst.exitcore.ksh.
sleep(1) is capsicumized, which means that we cannot rely on it to dump
core as required by the test.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-05-22 20:34:51 +00:00

32 lines
550 B
Makefile

# $FreeBSD$
#
# This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
#
PACKAGE= tests
${PACKAGE}FILES= \
tst.create.ksh \
tst.discard.ksh \
tst.exec.ksh \
tst.execfail.ENOENT.ksh \
tst.execfail.ksh \
tst.exitcore.ksh \
tst.exitexit.ksh \
tst.exitkilled.ksh \
tst.signal.ksh \
tst.sigwait.d \
tst.startexit.ksh \
TESTEXES= \
CFILES= \
tst.exitcore.c \
tst.sigwait.c \
LIBADD.tst.sigwait.exe+= rt
.include "../../dtrace.test.mk"