aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-03-09 11:12:19 -0600
committerTheo Buehler <tb@openbsd.org>2025-03-09 11:21:58 -0600
commit98f393f2fde555206eeb51a4b4242493a58bd94d (patch)
tree3382a7bb948ad97f9695b301f5478fd18e8438cd /tests
parentdcea629832b17bf47e238d71440a38f34cca10ad (diff)
downloadportable-98f393f2fde555206eeb51a4b4242493a58bd94d.tar.gz
portable-98f393f2fde555206eeb51a4b4242493a58bd94d.tar.bz2
portable-98f393f2fde555206eeb51a4b4242493a58bd94d.zip
Fix -I lines for ec_asn1_test
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt1
-rw-r--r--tests/Makefile.am1
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
12AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn 12AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn
13AM_CPPFLAGS += -I $(top_srcdir)/crypto/bytestring 13AM_CPPFLAGS += -I $(top_srcdir)/crypto/bytestring
14AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519 14AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519
15AM_CPPFLAGS += -I $(top_srcdir)/crypto/ec
15AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp 16AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp
16AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem 17AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem
17AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes 18AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes