summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8
diff options
context:
space:
mode:
authormiod <>2014-06-01 11:11:46 +0000
committermiod <>2014-06-01 11:11:46 +0000
commit18ef1425b569ea27254911a14222de8d26e365a9 (patch)
tree764f224e0d43a606966be44aaee32715ee508747 /src/regress/lib/libcrypto/utf8
parentba19bca9158ce84093f3b3d9ef5856fd7c95bd73 (diff)
downloadopenbsd-18ef1425b569ea27254911a14222de8d26e365a9.tar.gz
openbsd-18ef1425b569ea27254911a14222de8d26e365a9.tar.bz2
openbsd-18ef1425b569ea27254911a14222de8d26e365a9.zip
Build these tests with WARNINGS=Yes and -Werror, and do the necessary
fixes to keep building.
Diffstat (limited to 'src/regress/lib/libcrypto/utf8')
-rw-r--r--src/regress/lib/libcrypto/utf8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/utf8/Makefile b/src/regress/lib/libcrypto/utf8/Makefile
index 8c9f5f8a95..b5767ac204 100644
--- a/src/regress/lib/libcrypto/utf8/Makefile
+++ b/src/regress/lib/libcrypto/utf8/Makefile
@@ -1,9 +1,10 @@
1# $OpenBSD: Makefile,v 1.2 2014/05/22 03:36:23 guenther Exp $ 1# $OpenBSD: Makefile,v 1.3 2014/06/01 11:11:46 miod Exp $
2 2
3PROG= utf8test 3PROG= utf8test
4CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1 4CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1
5LDADD= -lcrypto 5LDADD= -lcrypto
6DPADD= ${LIBCRYPTO} 6DPADD= ${LIBCRYPTO}
7WARNINGS=Yes 7WARNINGS=Yes
8CFLAGS+= -Werror
8 9
9.include <bsd.regress.mk> 10.include <bsd.regress.mk>