mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
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:
parent
26144b6164
commit
0ad6065cc8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291616
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user