From: Loup Vaillant Date: Sun, 6 Aug 2017 19:33:13 +0000 (+0200) Subject: cosmetic X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=29da4e42d4eec186a5a3ff168abf0d0566bdd341;p=Monocypher.git cosmetic --- 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; }