opnsense-src/tools/regression/kqueue/Makefile
Robert Watson 60a396a4f7 Add Mark Heily's libkqueue test suite as a general kqueue test suite to
tools/regression.  It tests a number of aspects of kqueue behavior,
although not all currently pass (possibly bugs in the test suite?).

Submitted by:	Mark Heily <mark at heily.com>
Obtained from:	svn://mark.heily.com/libkqueue/trunk/test (r114)
2009-12-13 20:27:46 +00:00

21 lines
280 B
Makefile

# $FreeBSD$
#
# svn://mark.heily.com/libkqueue/trunk/test
# Last update: r114
#
# libkqueue and test suite by Mark Heily <mark@heily.com>
#
PROG=kqtest
SRCS= \
main.c \
read.c \
timer.c \
vnode.c \
proc.c \
signal.c \
user.c
NO_MAN=
WARNS=2
.include "bsd.prog.mk"