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/pqueue | |
| 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/pqueue')
| -rw-r--r-- | src/regress/lib/libcrypto/pqueue/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/pqueue/Makefile b/src/regress/lib/libcrypto/pqueue/Makefile index 09c6213e05..654ec95682 100644 --- a/src/regress/lib/libcrypto/pqueue/Makefile +++ b/src/regress/lib/libcrypto/pqueue/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.4 2014/05/15 19:23:14 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2014/06/01 11:11:46 miod Exp $ |
| 2 | 2 | ||
| 3 | PROG= pq_test | 3 | PROG= pq_test |
| 4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/ssl | 4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/ssl |
| @@ -6,6 +6,8 @@ CFLAGS+= -I${SRC} | |||
| 6 | 6 | ||
| 7 | LDADD= -lssl -lcrypto | 7 | LDADD= -lssl -lcrypto |
| 8 | DPADD= ${LIBSSL} ${LIBCRYPTO} | 8 | DPADD= ${LIBSSL} ${LIBCRYPTO} |
| 9 | WARNINGS= Yes | ||
| 10 | CFLAGS+= -Werror | ||
| 9 | 11 | ||
| 10 | REGRESS_TARGETS= regress-pq_test | 12 | REGRESS_TARGETS= regress-pq_test |
| 11 | 13 | ||
