repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
tests
/
kernel
/
kqueue
/
Makefile
blob
f35d2b9076cd90186d042c39f0b742d2f84f9819
1
# $NetBSD: Makefile,v 1.3 2012/11/17 21:55:24 joerg Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
kernel
/
kqueue
8
9
TESTS_SUBDIRS
=
read
10
TESTS_SUBDIRS
+=
write
11
12
TESTS_C
=
t_ioctl
13
TESTS_C
+=
t_proc1
14
TESTS_C
+=
t_proc2
15
TESTS_C
+=
t_proc3
16
TESTS_C
+=
t_sig
17
18
.
include
<
bsd.
test
.mk
>