From c29c9f140daa9567d036d6638a4b780dca11d717 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Tue, 8 Aug 2017 08:47:58 +0200 Subject: [PATCH] disable DSA4096 timing tests when building for TFM this fixes #260 --- demos/timing.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demos/timing.c b/demos/timing.c index 272b896..2bb6e6c 100644 --- a/demos/timing.c +++ b/demos/timing.c @@ -660,7 +660,9 @@ static const struct { { 20, 128 }, { 24, 192 }, { 28, 256 }, -{ 32, 512 } +#ifndef TFM_DESC +{ 32, 512 }, +#endif }; for (x = 0; x < (sizeof(groups)/sizeof(groups[0])); x++) {