summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/common.mk2
-rw-r--r--test/debug.h (renamed from src/debug.h)0
-rw-r--r--test/test-helpers.h (renamed from src/test-helpers.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/test/common.mk b/test/common.mk
index 127d44b..be3955f 100644
--- a/test/common.mk
+++ b/test/common.mk
@@ -19,7 +19,7 @@ variant_dir = $(src_dir)/$(mode)-$(keylen)
nist_flags = -std=c99 -Wall -Wextra -Wshadow -fsanitize=address,undefined -O2
-CFLAGS += -I$(src_dir) -I$(variant_dir) $(nist_flags) -Werror
+CFLAGS += -I$(src_dir) -I$(variant_dir) -I$(test_dir) $(nist_flags) -Werror
LDFLAGS += $(nist_flags)
diff --git a/src/debug.h b/test/debug.h
index 24b7787..24b7787 100644
--- a/src/debug.h
+++ b/test/debug.h
diff --git a/src/test-helpers.h b/test/test-helpers.h
index 1991542..1991542 100644
--- a/src/test-helpers.h
+++ b/test/test-helpers.h