aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt5
-rw-r--r--tests/Makefile.am5
2 files changed, 8 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 0ddbc74..d4c36cc 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,7 +1,10 @@
1add_definitions(-DLIBRESSL_CRYPTO_INTERNAL)
2
1include_directories( 3include_directories(
2 . 4 .
3 ../crypto/modes
4 ../crypto/asn1 5 ../crypto/asn1
6 ../crypto/bio
7 ../crypto/modes
5 ../crypto/x509 8 ../crypto/x509
6 ../ssl 9 ../ssl
7 ../apps/openssl 10 ../apps/openssl
diff --git a/tests/Makefile.am b/tests/Makefile.am
index eb10eec..2737ebb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,10 @@
1include $(top_srcdir)/Makefile.am.common 1include $(top_srcdir)/Makefile.am.common
2 2
3AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes 3AM_CPPFLAGS += -DLIBRESSL_CRYPTO_INTERNAL
4
4AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 5AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
6AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio
7AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes
5AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509 8AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509
6AM_CPPFLAGS += -I $(top_srcdir)/ssl 9AM_CPPFLAGS += -I $(top_srcdir)/ssl
7AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl 10AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl