aboutsummaryrefslogtreecommitdiffstats
path: root/test/crypto/crypto_test.mk
diff options
context:
space:
mode:
authorareviu <areviu.info@gmail.com>2017-11-30 21:12:58 +0000
committerareviu <areviu.info@gmail.com>2017-11-30 21:12:58 +0000
commit2ebbe6eb870313331bba48884112675107a6b866 (patch)
treef2eb4b050f057c5ebddb6a48cb1e511296940544 /test/crypto/crypto_test.mk
parent5b31410098434a2aff0c0729621fee6c6f2b3519 (diff)
downloadChibiOS-2ebbe6eb870313331bba48884112675107a6b866.tar.gz
ChibiOS-2ebbe6eb870313331bba48884112675107a6b866.tar.bz2
ChibiOS-2ebbe6eb870313331bba48884112675107a6b866.zip
update sha and trng lld
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11091 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/crypto/crypto_test.mk')
-rw-r--r--test/crypto/crypto_test.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/crypto/crypto_test.mk b/test/crypto/crypto_test.mk
index 039cff349..efd7faf88 100644
--- a/test/crypto/crypto_test.mk
+++ b/test/crypto/crypto_test.mk
@@ -2,10 +2,13 @@
TESTSRC += ${CHIBIOS}/test/crypto/source/test/cry_test_root.c \
${CHIBIOS}/test/crypto/source/testref/ref_aes.c \
${CHIBIOS}/test/crypto/source/testref/ref_des.c \
+ ${CHIBIOS}/test/crypto/source/testref/ref_sha.c \
${CHIBIOS}/test/crypto/source/test/cry_test_sequence_001.c \
${CHIBIOS}/test/crypto/source/test/cry_test_sequence_002.c \
${CHIBIOS}/test/crypto/source/test/cry_test_sequence_003.c \
- ${CHIBIOS}/test/crypto/source/test/cry_test_sequence_004.c
+ ${CHIBIOS}/test/crypto/source/test/cry_test_sequence_004.c \
+ ${CHIBIOS}/test/crypto/source/test/cry_test_sequence_005.c \
+ ${CHIBIOS}/test/crypto/source/test/cry_test_sequence_006.c
# Required include directories
TESTINC += ${CHIBIOS}/test/crypto/source/testref \
${CHIBIOS}/test/crypto/source/test