summaryrefslogtreecommitdiff
path: root/test/common.mk
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-04 11:11:16 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-04 11:11:16 +0100
commitefbea430fc5443e373606e3c9f79fa39388e6812 (patch)
tree6fb8f7a7c08d92cb328a23eb298499436d00975b /test/common.mk
parentca5d23276808b6b6c4d069e0ce77d776b5d93306 (diff)
downloadlilliput-ae-implem-efbea430fc5443e373606e3c9f79fa39388e6812.tar.xz
Réorganisation des traces
Diffstat (limited to 'test/common.mk')
-rw-r--r--test/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common.mk b/test/common.mk
index e855ad7..127d44b 100644
--- a/test/common.mk
+++ b/test/common.mk
@@ -41,7 +41,7 @@ $(tests): test-%: $(results_dir)/test-%
$(traces): traces-%: $(results_dir)/traces-%
@ echo "TRACES $@"
- $(Q) $<
+ $(Q) $< $(results_dir) $*-$(mode)-$(keylen)
$(results_dir)/test-%: $(results_dir)/test/test-%.o
@ echo "LD $@"