Rename test_memcheck to test_valgrind

Valgrind is what it does. `memcheck` is how it's implemented.
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 83f6cc7..070e623 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -1010,7 +1010,7 @@
     fi
 }
 
-component_test_memcheck () {
+component_test_valgrind () {
     msg "build: Release (clang)"
     CC=clang cmake -D CMAKE_BUILD_TYPE:String=Release .
     make