aboutsummaryrefslogtreecommitdiff
path: root/visualc
diff options
context:
space:
mode:
authorRonald Cron <ronald.cron@arm.com>2021-03-23 09:33:25 +0100
committerRonald Cron <ronald.cron@arm.com>2021-05-01 17:37:28 +0200
commitfa036c802432665c950b80a9e43c973661513018 (patch)
treeb217ef08eef10a6e6953ab88521b8a05a44182ba /visualc
parent59d97a16d6488c744a55f7f73fd3a202a3c1b309 (diff)
downloadmbedtls-fa036c802432665c950b80a9e43c973661513018.zip
mbedtls-fa036c802432665c950b80a9e43c973661513018.tar.gz
mbedtls-fa036c802432665c950b80a9e43c973661513018.tar.bz2
tests: Add hash transparent test driver hooks
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Diffstat (limited to 'visualc')
-rw-r--r--visualc/VS2010/mbedTLS.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/visualc/VS2010/mbedTLS.vcxproj b/visualc/VS2010/mbedTLS.vcxproj
index eda1cae..dd36da7 100644
--- a/visualc/VS2010/mbedTLS.vcxproj
+++ b/visualc/VS2010/mbedTLS.vcxproj
@@ -232,6 +232,7 @@
<ClInclude Include="..\..\tests\include\test\random.h" />
<ClInclude Include="..\..\tests\include\test\drivers\aead.h" />
<ClInclude Include="..\..\tests\include\test\drivers\cipher.h" />
+ <ClInclude Include="..\..\tests\include\test\drivers\hash.h" />
<ClInclude Include="..\..\tests\include\test\drivers\key_management.h" />
<ClInclude Include="..\..\tests\include\test\drivers\signature.h" />
<ClInclude Include="..\..\tests\include\test\drivers\size.h" />