summaryrefslogtreecommitdiff
path: root/tests/kernel/kqueue/Makefile
blob: e1a720e3638371ad489664633d765fdf7648a442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $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>