summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2017-04-02 02:11:53 +0000
committerasomers <asomers@FreeBSD.org>2017-04-02 02:11:53 +0000
commit9b12e386252e4e5e5bc83fd55419aa5b9578cd46 (patch)
treee0d61ac09ed7b18435ef68fadaa7b52e9ce1fb70 /lib/libcrypt
parentbf829fb693570aefabc84ffeae1e9c444b5d5e3e (diff)
downloadFreeBSD-src-9b12e386252e4e5e5bc83fd55419aa5b9578cd46.zip
FreeBSD-src-9b12e386252e4e5e5bc83fd55419aa5b9578cd46.tar.gz
MFC r315035
Increase WARNS for libcrypt tests ATF tests have a default WARNS of 0, unlike other usermode programs. Reviewed by: ngie, julian MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile
index 15798b2..22b7fcc 100644
--- a/lib/libcrypt/tests/Makefile
+++ b/lib/libcrypt/tests/Makefile
@@ -4,6 +4,7 @@ ATF_TESTS_C+= crypt_tests
NETBSD_ATF_TESTS_C+= crypt_test
+WARNS?= 6
CFLAGS+= -I${.CURDIR:H}
LIBADD= crypt
OpenPOWER on IntegriCloud