summaryrefslogtreecommitdiffstats
path: root/tests/sys/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-09 07:49:39 +0000
committerngie <ngie@FreeBSD.org>2015-11-09 07:49:39 +0000
commit5fa0909249b0ad62cf6e97fc16ad3990d4cb0f99 (patch)
tree577486dd83c1e3aa45d59d3d0b7823ac80026c43 /tests/sys/Makefile
parent316d77b2bcfdafc80a6e816c45fe832e1da0d72e (diff)
downloadFreeBSD-src-5fa0909249b0ad62cf6e97fc16ad3990d4cb0f99.zip
FreeBSD-src-5fa0909249b0ad62cf6e97fc16ad3990d4cb0f99.tar.gz
MFC r289441:
Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD test suite as tests/sys/posixshm Some other highlights: - Convert the testcases over to ATF - Don't use hardcoded paths to /tmp (which violate the ATF/kyua samdbox); use mkstemp to generate temporary paths for non-SHM_ANON shm objects. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tests/sys/Makefile')
-rw-r--r--tests/sys/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/Makefile b/tests/sys/Makefile
index 0b23448..9d76220 100644
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -11,6 +11,7 @@ TESTS_SUBDIRS+= kern
TESTS_SUBDIRS+= kqueue
TESTS_SUBDIRS+= mqueue
TESTS_SUBDIRS+= netinet
+TESTS_SUBDIRS+= posixshm
TESTS_SUBDIRS+= vfs
TESTS_SUBDIRS+= vm
OpenPOWER on IntegriCloud