repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
regress
/
sys
/
kern
/
kqueue
/
ioctl
/
Makefile
blob
2fdd6cbbcc4feb4fe5d413f0e42cda98e3db9959
1
# $NetBSD$
2
3
.
include
<
bsd.prog.mk
>
4
5
regress
: ${
PROG
}
6
for i in
0 1 2 3 4 5
;
do \
7
.
/${
PROG
} $
$i
;
\
8
done
9
.
/${
PROG
}
6
|| true
10
for i in WRITE READ AIO VNODE PROC SIGNAL
;
do \
11
.
/${
PROG
}
EVFILT_
$
$i
;
\
12
done
13
.
/${
PROG
}
NOTREG_FILTER || true
14
@echo Test ended without apparent errors