aboutsummaryrefslogtreecommitdiffstats
path: root/test/crypto/crypto_test.mk
diff options
context:
space:
mode:
authorareviu <areviu.info@gmail.com>2017-12-03 11:17:37 +0000
committerareviu <areviu.info@gmail.com>2017-12-03 11:17:37 +0000
commit388c0bb327ef06a5cda4bb0d33791451a6d6b2bf (patch)
treeb83701a0bcad2b7a8aeb07d4a335210f22f802ad /test/crypto/crypto_test.mk
parent343b101689d18e555bba9146a69a4843db864ebe (diff)
downloadChibiOS-388c0bb327ef06a5cda4bb0d33791451a6d6b2bf.tar.gz
ChibiOS-388c0bb327ef06a5cda4bb0d33791451a6d6b2bf.tar.bz2
ChibiOS-388c0bb327ef06a5cda4bb0d33791451a6d6b2bf.zip
added SHA in dma mode
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11115 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/crypto/crypto_test.mk')
-rw-r--r--test/crypto/crypto_test.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/crypto/crypto_test.mk b/test/crypto/crypto_test.mk
index efd7faf88..0d7310271 100644
--- a/test/crypto/crypto_test.mk
+++ b/test/crypto/crypto_test.mk
@@ -8,7 +8,8 @@ TESTSRC += ${CHIBIOS}/test/crypto/source/test/cry_test_root.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_005.c \
- ${CHIBIOS}/test/crypto/source/test/cry_test_sequence_006.c
+ ${CHIBIOS}/test/crypto/source/test/cry_test_sequence_006.c \
+ ${CHIBIOS}/test/crypto/source/test/cry_test_sequence_007.c
# Required include directories
TESTINC += ${CHIBIOS}/test/crypto/source/testref \
${CHIBIOS}/test/crypto/source/test