diff options
author | guenther <> | 2014-05-18 22:04:14 +0000 |
---|---|---|
committer | guenther <> | 2014-05-18 22:04:14 +0000 |
commit | bf82f8039d52950f75f37cccfd9ea3a07a98a9bc (patch) | |
tree | e81c9ec1edaa5ea8b924ace9921c2fa9c389c5a2 /src/regress/lib/libcrypto/utf8/Makefile | |
parent | 68e33037c2e3ee88c2f07e6259cb0ec3c5a5e54f (diff) | |
download | openbsd-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/Makefile | 7 |
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 | |||
3 | PROG= utf8test | ||
4 | LDADD= -lcrypto | ||
5 | DPADD= ${LIBCRYPTO} | ||
6 | |||
7 | .include <bsd.regress.mk> | ||