From 388c0bb327ef06a5cda4bb0d33791451a6d6b2bf Mon Sep 17 00:00:00 2001 From: areviu Date: Sun, 3 Dec 2017 11:17:37 +0000 Subject: added SHA in dma mode git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11115 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/crypto/crypto_test.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/crypto/crypto_test.mk') 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 -- cgit v1.2.3