diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-05-31 04:16:06 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-05-31 04:16:06 -0600 |
| commit | 2f407aa2f3f94d8178914bca5afaac8eb5d54096 (patch) | |
| tree | ed73a57a3dbde22f214dcf98474e4e66602e68cf | |
| parent | 6b82af8052c6c2201767ea0c3bb936bd5818bf47 (diff) | |
| download | portable-2f407aa2f3f94d8178914bca5afaac8eb5d54096.tar.gz portable-2f407aa2f3f94d8178914bca5afaac8eb5d54096.tar.bz2 portable-2f407aa2f3f94d8178914bca5afaac8eb5d54096.zip | |
Include tests for automake builds
| -rw-r--r-- | tests/Makefile.am | 1 |
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 | |||
| 19 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/sha | 19 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/sha |
| 20 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509 | 20 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509 |
| 21 | AM_CPPFLAGS += -I $(top_srcdir)/ssl | 21 | AM_CPPFLAGS += -I $(top_srcdir)/ssl |
| 22 | AM_CPPFLAGS += -I $(top_srcdir)/tests | ||
| 22 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl | 23 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl |
| 23 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat | 24 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat |
| 24 | AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/cert.pem\" | 25 | AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/cert.pem\" |
