diff options
| author | thorpej <thorpej@NetBSD.org> | 2021-10-13 04:57:19 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2021-10-13 04:57:19 +0000 |
| commit | d288317ac8dab1eed547cea0b2e7295c03b27bf4 (patch) | |
| tree | ed260f6768cc7dbf967ad6689f7d6a57ea49dd50 /tests/kernel/kqueue/Makefile | |
| parent | 5aae2f7d9d0d43edbd238bdf38ac3e37e5553a85 (diff) | |
Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS,
NOTE_NSECONDS, and NOTE_ABSTIME filter flags to EVFILT_TIMER,
API-compatible with the same in FreeBSD.
Diffstat (limited to 'tests/kernel/kqueue/Makefile')
| -rw-r--r-- | tests/kernel/kqueue/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kernel/kqueue/Makefile b/tests/kernel/kqueue/Makefile index 74bcdb3fb00..4c4ef4b275c 100644 --- a/tests/kernel/kqueue/Makefile +++ b/tests/kernel/kqueue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2021/10/10 17:47:39 thorpej Exp $ +# $NetBSD: Makefile,v 1.7 2021/10/13 04:57:19 thorpej Exp $ WARNS?=6 NOMAN= # defined @@ -17,6 +17,7 @@ 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 |
