Enable libcrypt tests.

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".
This commit is contained in:
Craig Rodrigues 2015-12-01 21:25:18 +00:00
parent 26144b6164
commit 0ad6065cc8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291616

View file

@ -1,12 +1,12 @@
# $FreeBSD$
#ATF_TESTS_C+= crypt_tests
#
#NETBSD_ATF_TESTS_C+= crypt_test
#
#CFLAGS+= -I${.CURDIR:H}
#LIBADD= crypt
#
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>