Integrate tools/regression/posixshm into the FreeBSD test suite as tests/sys/posixshm

This commit is contained in:
ngie 2015-04-11 09:28:11 +00:00
parent 33c0504f3c
commit 2a08aa5c38
8 changed files with 14 additions and 15 deletions

View File

@ -364,6 +364,8 @@
..
opencrypto
..
posixshm
..
pjdfstest
chflags
..

View File

@ -8,6 +8,7 @@ TESTS_SUBDIRS+= kern
TESTS_SUBDIRS+= kqueue
TESTS_SUBDIRS+= netinet
TESTS_SUBDIRS+= opencrypto
TESTS_SUBDIRS+= posixshm
TESTS_SUBDIRS+= sockets
TESTS_SUBDIRS+= vfs

View File

@ -0,0 +1,10 @@
# $FreeBSD$
TESTSDIR= ${TESTSBASE}/sys/posixshm
TAP_TESTS_C= posixshm_test
SRCS.posixshm_test= posixshm.c test.c
WARNS?= 6
.include <bsd.test.mk>

View File

@ -619,7 +619,7 @@ test_object_resize(void)
TEST(test_object_resize, "object resize");
int
main(int argc, char *argv[])
main(void)
{
run_tests();

View File

@ -1,9 +0,0 @@
# $FreeBSD$
PROG= posixshm
SRCS= posixshm.c test.c
MAN=
WARNS?= 3
.include <bsd.prog.mk>

View File

@ -1,5 +0,0 @@
#!/bin/sh
#
# $FreeBSD$
./posixshm