This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
tests
/
sys
/
vm
/
Makefile
8 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test As jhb noted, the actual mmap(2) implementation is under sys/vm, not sys/kern/, so the correct logical place is tests/sys/vm/, not tests/sys/kern/ X-MFC with: r282076 MFC after: 6 days
2015-04-27 17:53:09 +00:00
# $FreeBSD$
TESTSDIR
=
${
TESTSBASE
}
/sys/vm
Convert the map_at_zero test case to ATF. In particular, this will facilitate adding more mmap() tests. MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D3268
2015-08-06 16:12:12 +00:00
ATF_TESTS_C
+=
mmap_test
Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test As jhb noted, the actual mmap(2) implementation is under sys/vm, not sys/kern/, so the correct logical place is tests/sys/vm/, not tests/sys/kern/ X-MFC with: r282076 MFC after: 6 days
2015-04-27 17:53:09 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
t
e
s
t
.
m
k
>
Reference in New Issue
Copy Permalink