]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r261081, r261133, and r261615
authorasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Feb 2014 22:19:24 +0000 (22:19 +0000)
committerasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Feb 2014 22:19:24 +0000 (22:19 +0000)
commit287a15fbc27f1580309a8ff8cf0c057e26eb3206
treec6ab4b2c129b21791ff389a036e5fbff65e99500
parent1a9433560cab2cf24747742ace79486716f306c9
MFC r261081, r261133, and r261615

r261081
Replace the old unix_seqpacket and unix_seqpacket_exercise
tests, which were a little broken and not automatable, with
unix_seqpacket_test.  It's coverage is a superset of the old
tests and it uses ATF.  It includes test cases for bugs
kern/185813 and kern/185812.

r261133
Fix the Makefiles so that the tests I submitted in r261081 will
actually get built.

r261615
tests/sys/Makefile
use TESTS_SUBDIRS for kern instead of SUBDIRS.  I don't
think it makes a difference in this case, but
TESTS_SUBDIRS is generally correct for subdirectories
that contain tests.

git-svn-id: svn://svn.freebsd.org/base/stable/10@261857 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/mtree/BSD.tests.dist
tests/Makefile
tests/sys/Makefile [new file with mode: 0644]
tests/sys/kern/Makefile [new file with mode: 0644]
tests/sys/kern/unix_seqpacket_test.c [new file with mode: 0644]
tools/regression/sockets/unix_seqpacket/Makefile [deleted file]
tools/regression/sockets/unix_seqpacket/unix_seqpacket.c [deleted file]
tools/regression/sockets/unix_seqpacket_exercise/Makefile [deleted file]
tools/regression/sockets/unix_seqpacket_exercise/unix_seqpacket_exercise.c [deleted file]