From 52c0e83053a4a7326da6436f9ef29b7dcc64db41 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 4 Dec 2018 11:30:57 +0100 Subject: Déplacement des entêtes de test/debug hors de src/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/common.mk') 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) -- cgit v1.2.3