[Cryptech-Commits] [sw/libhal] 09/11: Reorder tests to put hideously slow RSA tests at the end.
    git at cryptech.is 
    git at cryptech.is
       
    Wed Dec 23 07:22:28 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch rpc
in repository sw/libhal.
commit c4c6c5e349916c3592fa361c8bda045d67f182d7
Author: Rob Austein <sra at hactrn.net>
Date:   Tue Dec 22 21:46:13 2015 -0500
    Reorder tests to put hideously slow RSA tests at the end.
---
 tests/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 596bf0f..50b33a1 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -29,7 +29,7 @@
 
 INC	= ../hal.h
 LIB	= ../libhal.a
-BIN	= test-aes-key-wrap test-hash test-pbkdf2 test-rsa test-ecdsa test-bus test-trng
+BIN	= test-aes-key-wrap test-hash test-pbkdf2 test-ecdsa test-bus test-trng test-rsa
 
 CFLAGS	= -g3 -Wall -fPIC -std=c99 -I..
 
    
    
More information about the Commits
mailing list