lilliput-ae-reference-implementation

Implementations of Lilliput-AE submitted to the NIST LWC standardization process
git clone https://git.kevinlegouguec.net/lilliput-ae-reference-implementation
Log | Files | Refs | README

commit 52c0e83053a4a7326da6436f9ef29b7dcc64db41
parent fd17b298ed968f5719e11e8f517f4d7886c06c73
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Tue,  4 Dec 2018 11:30:57 +0100

Déplacement des entêtes de test/debug hors de src/

Diffstat:
Mtest/common.mk | 2+-
Rsrc/debug.h -> test/debug.h | 0
Rsrc/test-helpers.h -> test/test-helpers.h | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git 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 diff --git a/src/test-helpers.h b/test/test-helpers.h