mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-15 06:41:43 +03:00
Rename test driver source files to avoid file name conflicts
MSVC doesn't like multiple compilation units with the same name. (conflict between cipher.c in the library and in the test driver folder) Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
@ -379,12 +379,12 @@
|
|||||||
<ClCompile Include="..\..\tests\src\psa_exercise_key.c" />
|
<ClCompile Include="..\..\tests\src\psa_exercise_key.c" />
|
||||||
<ClCompile Include="..\..\tests\src\random.c" />
|
<ClCompile Include="..\..\tests\src\random.c" />
|
||||||
<ClCompile Include="..\..\tests\src\threading_helpers.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\platform_builtin_keys.c" />
|
||||||
<ClCompile Include="..\..\tests\src\drivers\signature.c" />
|
<ClCompile Include="..\..\tests\src\drivers\test_driver_aead.c" />
|
||||||
<ClCompile Include="..\..\tests\src\drivers\size.c" />
|
<ClCompile Include="..\..\tests\src\drivers\test_driver_cipher.c" />
|
||||||
|
<ClCompile Include="..\..\tests\src\drivers\test_driver_key_management.c" />
|
||||||
|
<ClCompile Include="..\..\tests\src\drivers\test_driver_signature.c" />
|
||||||
|
<ClCompile Include="..\..\tests\src\drivers\test_driver_size.c" />
|
||||||
<ClCompile Include="..\..\3rdparty\everest\library\everest.c" />
|
<ClCompile Include="..\..\3rdparty\everest\library\everest.c" />
|
||||||
<ClCompile Include="..\..\3rdparty\everest\library\Hacl_Curve25519_joined.c" />
|
<ClCompile Include="..\..\3rdparty\everest\library\Hacl_Curve25519_joined.c" />
|
||||||
<ClCompile Include="..\..\3rdparty\everest\library\x25519.c" />
|
<ClCompile Include="..\..\3rdparty\everest\library\x25519.c" />
|
||||||
|
Reference in New Issue
Block a user