mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
They are emitting characters which are triggering a kyua bug which causes kyua to emit invalid XML. This invalid XML is causing false failures in Jenkins. On a separate note, kyua needs to be fixed with this: https://github.com/jmmv/kyua/pull/148 or something similar.
12 lines
175 B
Makefile
12 lines
175 B
Makefile
# $FreeBSD$
|
|
|
|
#ATF_TESTS_C+= crypt_tests
|
|
#
|
|
#NETBSD_ATF_TESTS_C+= crypt_test
|
|
#
|
|
#CFLAGS+= -I${.CURDIR:H}
|
|
#LIBADD= crypt
|
|
#
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|