aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-05-31 04:16:06 -0600
committerTheo Buehler <tb@openbsd.org>2025-05-31 04:16:06 -0600
commit2f407aa2f3f94d8178914bca5afaac8eb5d54096 (patch)
treeed73a57a3dbde22f214dcf98474e4e66602e68cf
parent6b82af8052c6c2201767ea0c3bb936bd5818bf47 (diff)
downloadportable-2f407aa2f3f94d8178914bca5afaac8eb5d54096.tar.gz
portable-2f407aa2f3f94d8178914bca5afaac8eb5d54096.tar.bz2
portable-2f407aa2f3f94d8178914bca5afaac8eb5d54096.zip
Include tests for automake builds
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 31a1be2..5582dd1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,6 +19,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes
19AM_CPPFLAGS += -I $(top_srcdir)/crypto/sha 19AM_CPPFLAGS += -I $(top_srcdir)/crypto/sha
20AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509 20AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509
21AM_CPPFLAGS += -I $(top_srcdir)/ssl 21AM_CPPFLAGS += -I $(top_srcdir)/ssl
22AM_CPPFLAGS += -I $(top_srcdir)/tests
22AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl 23AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl
23AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat 24AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat
24AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/cert.pem\" 25AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/cert.pem\"