diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-30 15:38:29 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-30 15:38:29 +0000 |
commit | 49789d53b2522055227817a3ca603c4d9a8e4cbc (patch) | |
tree | 47d4ba557271a6657526d818c450339f275a2c7d /regress/lib/libcrypto/sha256/Makefile | |
parent | 50c7df078acfad9f7fc280cc3897da4c157a80cb (diff) |
Move sha256 and sha512 tests to regress and wire them up.
Diffstat (limited to 'regress/lib/libcrypto/sha256/Makefile')
-rw-r--r-- | regress/lib/libcrypto/sha256/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/regress/lib/libcrypto/sha256/Makefile b/regress/lib/libcrypto/sha256/Makefile new file mode 100644 index 00000000000..7c4bdc1035f --- /dev/null +++ b/regress/lib/libcrypto/sha256/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2014/05/30 15:38:28 jsing Exp $ + +PROG= sha256test +LDADD= -lcrypto +DPADD= ${LIBCRYPTO} + +.include <bsd.regress.mk> |