mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
kyua 0.12 has fix for https://github.com/jmmv/kyua/pull/148 which eliminates invalid XML characters from being written to test reports with "kyua report-junit".
12 lines
168 B
Makefile
12 lines
168 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>
|