diff options
| author | jsing <> | 2022-02-11 16:34:23 +0000 |
|---|---|---|
| committer | jsing <> | 2022-02-11 16:34:23 +0000 |
| commit | 027a6370238b481d225c2cd67cc22902b173fb6b (patch) | |
| tree | 26e0ace65f3a6eede96171c7976ed0f94d2cb252 /src/regress/lib/libcrypto/objects/Makefile | |
| parent | ca62dc6a33b4a0aa2b1111a34a46bc06c1b825d0 (diff) | |
| download | openbsd-027a6370238b481d225c2cd67cc22902b173fb6b.tar.gz openbsd-027a6370238b481d225c2cd67cc22902b173fb6b.tar.bz2 openbsd-027a6370238b481d225c2cd67cc22902b173fb6b.zip | |
Add initial regress for objects.
Diffstat (limited to 'src/regress/lib/libcrypto/objects/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/objects/Makefile | 9 |
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 | |||
| 3 | PROG= objectstest | ||
| 4 | LDADD= -lcrypto | ||
| 5 | DPADD= ${LIBCRYPTO} | ||
| 6 | WARNINGS= Yes | ||
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
| 8 | |||
| 9 | .include <bsd.regress.mk> | ||
