summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets/unix_seqpacket/Makefile
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2014-02-13 22:19:24 +0000
committerasomers <asomers@FreeBSD.org>2014-02-13 22:19:24 +0000
commit999d9343fa00efb4ad9b30bd96bfaaac0abe2afe (patch)
treec6ab4b2c129b21791ff389a036e5fbff65e99500 /tools/regression/sockets/unix_seqpacket/Makefile
parentccd36e4300ee156bc8af97fd65e1be79cec892e0 (diff)
downloadFreeBSD-src-999d9343fa00efb4ad9b30bd96bfaaac0abe2afe.zip
FreeBSD-src-999d9343fa00efb4ad9b30bd96bfaaac0abe2afe.tar.gz
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.
Diffstat (limited to 'tools/regression/sockets/unix_seqpacket/Makefile')
-rw-r--r--tools/regression/sockets/unix_seqpacket/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/regression/sockets/unix_seqpacket/Makefile b/tools/regression/sockets/unix_seqpacket/Makefile
deleted file mode 100644
index 3045065..0000000
--- a/tools/regression/sockets/unix_seqpacket/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# $FreeBSD$
-#
-
-PROG= unix_seqpacket
-CFLAGS+= -Wall -Werror
-NO_MAN=
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud