# $NetBSD: Makefile,v 1.10 2021/11/21 09:35:39 hannken Exp $

WARNS?=6
NOMAN=          # defined

include <bsd.own.mk>

TESTSDIR=       ${TESTSBASE}/kernel/kqueue

TESTS_SUBDIRS=  read
TESTS_SUBDIRS+= write

TESTS_C=        t_empty
TESTS_C+=       t_ioctl
TESTS_C+=       t_oneshot
TESTS_C+=       t_proc1
TESTS_C+=       t_proc2
TESTS_C+=       t_proc3
TESTS_C+=       t_proc4
TESTS_C+=       t_scan
TESTS_C+=       t_sig
TESTS_C+=       t_timer
TESTS_C+=       t_vnode

LDADD.t_scan+=  -lpthread

CPPFLAGS.t_timer.c+=    -I${.CURDIR}/../../lib/libc/gen

include <bsd.test.mk>