commit | 9f55364ec744da38a3b6a0263a0ad0bef8ce1165 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Jan 10 00:11:42 2019 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Jan 10 18:29:37 2019 +0100 |
tree | 0382bbacbac76c2799111a4ecea92ec97ead8f4e | |
parent | ff7238f4ad7eb8c8114073c2505334b59b6736d4 [diff] |
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