a8eb96d593
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. PR: kern/185812 PR: kern/185813 Sponsored by: Spectra Logic MFC after: 2 weeks
14 lines
190 B
Makefile
14 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys
|
|
|
|
KYUAFILE= yes
|
|
|
|
CLEANFILES+= Kyuafile
|
|
Kyuafile: ${.CURDIR}/../Kyuafile
|
|
cp -f ${.CURDIR}/../Kyuafile .
|
|
|
|
.include <bsd.test.mk>
|