diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-30 13:21:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-17 20:20:28 +0000 |
commit | fba3fdbd4173920d27134bd08c14c9e4faa1c043 (patch) | |
tree | d6ca1a1c876dded33a3cfa989e1acc4517fd0454 /community/mbedtls/verbose-testsuite.patch | |
parent | 64e758e582bc124c5210768d2aff100cf0d5e306 (diff) | |
download | aports-fba3fdbd4173920d27134bd08c14c9e4faa1c043.tar.bz2 aports-fba3fdbd4173920d27134bd08c14c9e4faa1c043.tar.xz |
community/mbedtls: upgrade to 2.11.0
Diffstat (limited to 'community/mbedtls/verbose-testsuite.patch')
-rw-r--r-- | community/mbedtls/verbose-testsuite.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/mbedtls/verbose-testsuite.patch b/community/mbedtls/verbose-testsuite.patch deleted file mode 100644 index e039c27ca1..0000000000 --- a/community/mbedtls/verbose-testsuite.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mbedtls-2.4.0/tests/CMakeLists.txt.orig -+++ mbedtls-2.4.0/tests/CMakeLists.txt -@@ -31,7 +31,7 @@ - include_directories(${CMAKE_CURRENT_SOURCE_DIR}) - add_executable(test_suite_${data_name} test_suite_${data_name}.c) - target_link_libraries(test_suite_${data_name} ${libs}) -- add_test(${data_name}-suite test_suite_${data_name}) -+ add_test(${data_name}-suite test_suite_${data_name} --verbose) - endfunction(add_test_suite) - - if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_CLANG) |