]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests: move the memfd tests over to sys/posixshm
authorKyle Evans <kevans@FreeBSD.org>
Wed, 23 Sep 2020 19:54:59 +0000 (19:54 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 23 Sep 2020 19:54:59 +0000 (19:54 +0000)
commit93900fe76d44a436af2e5743bc1924157e9ba5bb
treefe3b4e8fda36a191bf846c3343c2b03b2db7ac74
parent114484b7ec6d5a8e2fe3beb5351b4d974af61875
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]