From 29da4e42d4eec186a5a3ff168abf0d0566bdd341 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 6 Aug 2017 21:33:13 +0200 Subject: [PATCH] cosmetic --- tests/self.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/self.c b/tests/self.c index 7c06b4f..4ac2292 100644 --- a/tests/self.c +++ b/tests/self.c @@ -589,7 +589,6 @@ int main(void) status |= TEST(ed25519_key , 1); status |= TEST(ed25519_sign, 3); status |= test_x25519(); - status |= test_cmp(); printf("\nProperty based tests tests"); printf("\n--------------------------\n"); @@ -600,5 +599,9 @@ int main(void) status |= p_sha512(); status |= p_aead(); + printf("\nConstant time tests"); + printf("\n-------------------\n"); + status |= test_cmp(); + return status; } -- 2.47.3