From 98f393f2fde555206eeb51a4b4242493a58bd94d Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 9 Mar 2025 11:12:19 -0600 Subject: Fix -I lines for ec_asn1_test --- tests/CMakeLists.txt | 1 + tests/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') 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( ../crypto/bn ../crypto/bytestring ../crypto/curve25519 + ../crypto/ec ../crypto/evp ../crypto/mlkem ../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 AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn AM_CPPFLAGS += -I $(top_srcdir)/crypto/bytestring AM_CPPFLAGS += -I $(top_srcdir)/crypto/curve25519 +AM_CPPFLAGS += -I $(top_srcdir)/crypto/ec AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp AM_CPPFLAGS += -I $(top_srcdir)/crypto/mlkem AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes -- cgit v1.2.3-55-g6feb