mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 22:19:11 +01:00
Remove ecp-bench (now in general benchmark)
This commit is contained in:
parent
940f9ce515
commit
803bb312a3
5 changed files with 0 additions and 516 deletions
|
|
@ -18,9 +18,6 @@ target_link_libraries(selftest ${libs})
|
|||
add_executable(benchmark benchmark.c)
|
||||
target_link_libraries(benchmark ${libs})
|
||||
|
||||
add_executable(ecp-bench ecp-bench.c)
|
||||
target_link_libraries(ecp-bench ${libs})
|
||||
|
||||
add_executable(ssl_test ssl_test.c)
|
||||
target_link_libraries(ssl_test ${libs})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue