]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests: move the memfd tests over to sys/posixshm
authorkevans <kevans@FreeBSD.org>
Wed, 23 Sep 2020 19:54:59 +0000 (19:54 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 23 Sep 2020 19:54:59 +0000 (19:54 +0000)
commitf083bd394445020ea75296b703339c5e9a0f8685
treefe3b4e8fda36a191bf846c3343c2b03b2db7ac74
parentf07002c9e93b640b8cccf44b4b56012e375d1759
tests: move the memfd tests over to sys/posixshm

memfd_create is implemented on top of posixshm, so this is a logically
correct place for them to be. Moreover, this reduces the number of places to
look to run tests when working in this part of the tree.

Discussed with: kib (to some extent, a while ago)
ObsoleteFiles.inc
tests/sys/kern/Makefile
tests/sys/posixshm/Makefile
tests/sys/posixshm/memfd_test.c [moved from tests/sys/kern/memfd_test.c with 100% similarity]