[Cryptech-Commits] [sw/stm32] 11/11: add test-trng, test-rsa

git at cryptech.is git at cryptech.is
Mon Nov 16 21:43:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository sw/stm32.

commit f77bd81aaaf816bd2ba58d1b592876fb9f5f845a
Author: Paul Selkirk <paul at psgd.org>
Date:   Mon Nov 16 14:39:52 2015 -0500

    add test-trng, test-rsa
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4fd6c98..bb6e7c1 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ SELF-TESTS = fmc-test led-test short-test uart-test fmc-perf
 vpath %.c self-test
 
 # apps originally written for unix-like environment
-LIBHAL-TESTS = cores test-bus test-hash test-aes-key-wrap test-pbkdf2 #test-ecdsa #test-rsa
+LIBHAL-TESTS = cores test-bus test-trng test-hash test-aes-key-wrap test-pbkdf2 test-ecdsa test-rsa
 vpath %.c libhal/tests libhal/utils
 
 # absolute path, because we're going to be passing -I cflags to sub-makes



More information about the Commits mailing list