Skip to content

Commit

Permalink
Enable libcrypt tests.
Browse files Browse the repository at this point in the history
kyua 0.12 has fix for freebsd/kyua#148
which eliminates invalid XML characters from being written to test reports
with "kyua report-junit".


git-svn-id: svn+ssh://svn.freebsd.org/base/head@291616 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
rodrigc committed Dec 1, 2015
1 parent 29d7037 commit 016707a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 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>

0 comments on commit 016707a

Please sign in to comment.