svn commit: r291616 - head/lib/libcrypt/tests
Craig Rodrigues
rodrigc at FreeBSD.org
Tue Dec 1 21:25:20 UTC 2015
Author: rodrigc
Date: Tue Dec 1 21:25:18 2015
New Revision: 291616
URL: https://svnweb.freebsd.org/changeset/base/291616
Log:
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".
Modified:
head/lib/libcrypt/tests/Makefile
Modified: head/lib/libcrypt/tests/Makefile
==============================================================================
--- head/lib/libcrypt/tests/Makefile Tue Dec 1 21:22:29 2015 (r291615)
+++ head/lib/libcrypt/tests/Makefile Tue Dec 1 21:25:18 2015 (r291616)
@@ -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>
More information about the svn-src-head
mailing list