Integrate tools/regression/posixshm into the FreeBSD test suite as tests/sys/posixshm
This commit is contained in:
parent
33c0504f3c
commit
2a08aa5c38
@ -364,6 +364,8 @@
|
||||
..
|
||||
opencrypto
|
||||
..
|
||||
posixshm
|
||||
..
|
||||
pjdfstest
|
||||
chflags
|
||||
..
|
||||
|
@ -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
|
||||
|
||||
|
10
tests/sys/posixshm/Makefile
Normal file
10
tests/sys/posixshm/Makefile
Normal 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>
|
@ -619,7 +619,7 @@ test_object_resize(void)
|
||||
TEST(test_object_resize, "object resize");
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
main(void)
|
||||
{
|
||||
|
||||
run_tests();
|
@ -1,9 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= posixshm
|
||||
SRCS= posixshm.c test.c
|
||||
MAN=
|
||||
|
||||
WARNS?= 3
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
./posixshm
|
Loading…
x
Reference in New Issue
Block a user