mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
20 lines
296 B
Makefile
20 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/kqueue/libkqueue
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
# libkqueue and test suite by Mark Heily <mark@heily.com>
|
|
TAP_TESTS_SH= kqueue_test
|
|
|
|
PROGS= kqtest
|
|
|
|
SRCS.kqtest= \
|
|
main.c \
|
|
read.c \
|
|
timer.c \
|
|
vnode.c \
|
|
proc.c \
|
|
signal.c \
|
|
user.c
|
|
|
|
.include <bsd.test.mk>
|