mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 19:05:44 +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
a49b00f2ed
commit
e87898709c
|
@ -1143,7 +1143,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