mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
0ad6065cc8
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".
13 lines
168 B
Makefile
13 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>
|