mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 01:05:41 +00:00
Rename test_memcheck to test_valgrind
Valgrind is what it does. `memcheck` is how it's implemented.
This commit is contained in:
parent
ff7238f4ad
commit
9f55364ec7
|
@ -1010,7 +1010,7 @@ component_test_memsan () {
|
|||
fi
|
||||
}
|
||||
|
||||
component_test_memcheck () {
|
||||
component_test_valgrind () {
|
||||
msg "build: Release (clang)"
|
||||
CC=clang cmake -D CMAKE_BUILD_TYPE:String=Release .
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue