summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/exp/Makefile
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-06-01 11:11:47 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-06-01 11:11:47 +0000
commitfcfac1bf1e851d94e7e3a161fe7566d7f463ae0b (patch)
tree3c79a7477ca8b75058b3260a00b39db809e7a008 /regress/lib/libcrypto/exp/Makefile
parent5f2f5dbd27852478adc4b3f4b911e4af4f6e5788 (diff)
Build these tests with WARNINGS=Yes and -Werror, and do the necessary
fixes to keep building.
Diffstat (limited to 'regress/lib/libcrypto/exp/Makefile')
-rw-r--r--regress/lib/libcrypto/exp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/exp/Makefile b/regress/lib/libcrypto/exp/Makefile
index 72f279d737e..3c2cac8976a 100644
--- a/regress/lib/libcrypto/exp/Makefile
+++ b/regress/lib/libcrypto/exp/Makefile
@@ -1,7 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 2014/04/15 18:01:16 miod Exp $
+# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $
PROG= exptest
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
+WARNINGS= Yes
+CFLAGS+= -Werror
.include <bsd.regress.mk>