Skip to content

Commit 69f190e

Browse files
Rename test_memcheck to test_valgrind
Valgrind is what it does. `memcheck` is how it's implemented.
1 parent a28db92 commit 69f190e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ component_test_memsan () {
11581158
fi
11591159
}
11601160

1161-
component_test_memcheck () {
1161+
component_test_valgrind () {
11621162
msg "build: Release (clang)"
11631163
CC=clang cmake -D CMAKE_BUILD_TYPE:String=Release .
11641164
make

0 commit comments

Comments
 (0)