diff options
author | asomers <asomers@FreeBSD.org> | 2017-04-02 02:11:53 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2017-04-02 02:11:53 +0000 |
commit | 9b12e386252e4e5e5bc83fd55419aa5b9578cd46 (patch) | |
tree | e0d61ac09ed7b18435ef68fadaa7b52e9ce1fb70 /lib/libcrypt/tests/Makefile | |
parent | bf829fb693570aefabc84ffeae1e9c444b5d5e3e (diff) | |
download | FreeBSD-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/tests/Makefile')
-rw-r--r-- | lib/libcrypt/tests/Makefile | 1 |
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 |