mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
The output is still broken if prove -rv is run and the testcase aborts prematurely with fail_assertion (the testcase doesn't really conform to TAP protocol properly, except when it completes fully) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
9 lines
69 B
Makefile
9 lines
69 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= kqueue
|
|
MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|