summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8/Makefile
diff options
context:
space:
mode:
authorguenther <>2014-05-18 22:04:14 +0000
committerguenther <>2014-05-18 22:04:14 +0000
commitbf82f8039d52950f75f37cccfd9ea3a07a98a9bc (patch)
treee81c9ec1edaa5ea8b924ace9921c2fa9c389c5a2 /src/regress/lib/libcrypto/utf8/Makefile
parent68e33037c2e3ee88c2f07e6259cb0ec3c5a5e54f (diff)
downloadopenbsd-bf82f8039d52950f75f37cccfd9ea3a07a98a9bc.tar.gz
openbsd-bf82f8039d52950f75f37cccfd9ea3a07a98a9bc.tar.bz2
openbsd-bf82f8039d52950f75f37cccfd9ea3a07a98a9bc.zip
Add regression test for UTF8_{getc,putc}()
Diffstat (limited to 'src/regress/lib/libcrypto/utf8/Makefile')
-rw-r--r--src/regress/lib/libcrypto/utf8/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/utf8/Makefile b/src/regress/lib/libcrypto/utf8/Makefile
new file mode 100644
index 0000000000..4940e60050
--- /dev/null
+++ b/src/regress/lib/libcrypto/utf8/Makefile
@@ -0,0 +1,7 @@
1# $OpenBSD: Makefile,v 1.1 2014/05/18 22:04:14 guenther Exp $
2
3PROG= utf8test
4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO}
6
7.include <bsd.regress.mk>