mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
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
32 lines
550 B
Makefile
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"
|