From ab27003e05b471e3eb16b353965e5d4c677c6220 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Tue, 1 Dec 2015 21:25:18 +0000 Subject: 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". --- lib/libcrypt/tests/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/libcrypt') diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile index 7be335f..15798b2 100644 --- a/lib/libcrypt/tests/Makefile +++ b/lib/libcrypt/tests/Makefile @@ -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 .include -- cgit v1.1