mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-30 20:07:01 +00:00
Fix a rebase error
This commit is contained in:
parent
5f28999433
commit
274024f3d5
|
@ -131,6 +131,11 @@ if(NOT USE_CRYPTO_SUBMODULE)
|
||||||
add_test_suite(rsa)
|
add_test_suite(rsa)
|
||||||
add_test_suite(xtea)
|
add_test_suite(xtea)
|
||||||
endif()
|
endif()
|
||||||
|
add_test_suite(debug)
|
||||||
|
add_test_suite(ssl)
|
||||||
|
add_test_suite(version)
|
||||||
|
add_test_suite(x509parse)
|
||||||
|
add_test_suite(x509write)
|
||||||
|
|
||||||
# Make scripts and data files needed for testing available in an
|
# Make scripts and data files needed for testing available in an
|
||||||
# out-of-source build.
|
# out-of-source build.
|
||||||
|
|
Loading…
Reference in a new issue