summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/objects/Makefile
diff options
context:
space:
mode:
authorjsing <>2022-02-11 16:34:23 +0000
committerjsing <>2022-02-11 16:34:23 +0000
commitd4f6b8b800bdd1cc2c6b3c48bb59920e93f1ca77 (patch)
tree26e0ace65f3a6eede96171c7976ed0f94d2cb252 /src/regress/lib/libcrypto/objects/Makefile
parenta752abdb7b677534ccead45ee888f69d0f3a6137 (diff)
downloadopenbsd-d4f6b8b800bdd1cc2c6b3c48bb59920e93f1ca77.tar.gz
openbsd-d4f6b8b800bdd1cc2c6b3c48bb59920e93f1ca77.tar.bz2
openbsd-d4f6b8b800bdd1cc2c6b3c48bb59920e93f1ca77.zip
Add initial regress for objects.
Diffstat (limited to 'src/regress/lib/libcrypto/objects/Makefile')
-rw-r--r--src/regress/lib/libcrypto/objects/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/objects/Makefile b/src/regress/lib/libcrypto/objects/Makefile
new file mode 100644
index 0000000000..363023e13c
--- /dev/null
+++ b/src/regress/lib/libcrypto/objects/Makefile
@@ -0,0 +1,9 @@
1# $OpenBSD: Makefile,v 1.1 2022/02/11 16:34:23 jsing Exp $
2
3PROG= objectstest
4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8
9.include <bsd.regress.mk>