mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 05:06:56 +00: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:
parent
16141ed2fb
commit
2cca9b8f13
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue