mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Add test driver sources to VC build
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
@ -379,6 +379,12 @@
|
||||
<ClCompile Include="..\..\tests\src\psa_exercise_key.c" />
|
||||
<ClCompile Include="..\..\tests\src\random.c" />
|
||||
<ClCompile Include="..\..\tests\src\threading_helpers.c" />
|
||||
<ClCompile Include="..\..\tests\src\drivers\aead.c" />
|
||||
<ClCompile Include="..\..\tests\src\drivers\cipher.c" />
|
||||
<ClCompile Include="..\..\tests\src\drivers\key_management.c" />
|
||||
<ClCompile Include="..\..\tests\src\drivers\platform_builtin_keys.c" />
|
||||
<ClCompile Include="..\..\tests\src\drivers\signature.c" />
|
||||
<ClCompile Include="..\..\tests\src\drivers\size.c" />
|
||||
<ClCompile Include="..\..\3rdparty\everest\library\everest.c" />
|
||||
<ClCompile Include="..\..\3rdparty\everest\library\Hacl_Curve25519_joined.c" />
|
||||
<ClCompile Include="..\..\3rdparty\everest\library\x25519.c" />
|
||||
|
Reference in New Issue
Block a user