diff options
| author | miod <> | 2014-06-01 11:11:46 +0000 |
|---|---|---|
| committer | miod <> | 2014-06-01 11:11:46 +0000 |
| commit | 18ef1425b569ea27254911a14222de8d26e365a9 (patch) | |
| tree | 764f224e0d43a606966be44aaee32715ee508747 /src/regress/lib/libcrypto/utf8 | |
| parent | ba19bca9158ce84093f3b3d9ef5856fd7c95bd73 (diff) | |
| download | openbsd-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/Makefile | 3 |
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 | ||
| 3 | PROG= utf8test | 3 | PROG= utf8test |
| 4 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1 | 4 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1 |
| 5 | LDADD= -lcrypto | 5 | LDADD= -lcrypto |
| 6 | DPADD= ${LIBCRYPTO} | 6 | DPADD= ${LIBCRYPTO} |
| 7 | WARNINGS=Yes | 7 | WARNINGS=Yes |
| 8 | CFLAGS+= -Werror | ||
| 8 | 9 | ||
| 9 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |
