diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-04 11:30:57 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-04 11:30:57 +0100 |
| commit | 52c0e83053a4a7326da6436f9ef29b7dcc64db41 (patch) | |
| tree | 6a25782a0470828e7609139c844cae38238b6cd2 | |
| parent | fd17b298ed968f5719e11e8f517f4d7886c06c73 (diff) | |
| download | lilliput-ae-implem-52c0e83053a4a7326da6436f9ef29b7dcc64db41.tar.xz | |
Déplacement des entêtes de test/debug hors de src/
| -rw-r--r-- | test/common.mk | 2 | ||||
| -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 |
