summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-12-01 21:25:18 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-12-01 21:25:18 +0000
commitab27003e05b471e3eb16b353965e5d4c677c6220 (patch)
tree56b6133bcbfcc0f5a3c5348c0cb30a47c270c03b
parentc9ca3e566759fdf50014a30d16302b669c66fdcd (diff)
downloadFreeBSD-src-ab27003e05b471e3eb16b353965e5d4c677c6220.zip
FreeBSD-src-ab27003e05b471e3eb16b353965e5d4c677c6220.tar.gz
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".
-rw-r--r--lib/libcrypt/tests/Makefile14
1 files changed, 7 insertions, 7 deletions
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 <netbsd-tests.test.mk>
.include <bsd.test.mk>
OpenPOWER on IntegriCloud