diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index fb0d16c..fa694cd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -8,6 +8,7 @@ include_directories( | |||
8 | ../crypto/bn | 8 | ../crypto/bn |
9 | ../crypto/bytestring | 9 | ../crypto/bytestring |
10 | ../crypto/curve25519 | 10 | ../crypto/curve25519 |
11 | ../crypto/ec | ||
11 | ../crypto/evp | 12 | ../crypto/evp |
12 | ../crypto/mlkem | 13 | ../crypto/mlkem |
13 | ../crypto/modes | 14 | ../crypto/modes |
diff --git a/tests/Makefile.am b/tests/Makefile.am index f3414f6..eea4a71 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -12,6 +12,7 @@ AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio | |||
12 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn | 12 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn |
13 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bytestring | 13 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/bytestring |
14 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519 | 14 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519 |
15 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/ec | ||
15 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp | 16 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp |
16 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem | 17 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem |
17 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes | 18 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes |