commit | e87898709c7817eadcbf88ac79ac51ba0513d0ae | [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:36:20 2019 +0100 |
tree | 39f1ba13271fc67731df38dc36cfd709cc7587f1 | |
parent | a49b00f2ede8b5e293f5d5001f952b5b27c466ea [diff] [blame] |
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 5ee3571..11d10a3 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -1143,7 +1143,7 @@ fi } -component_test_memcheck () { +component_test_valgrind () { msg "build: Release (clang)" CC=clang cmake -D CMAKE_BUILD_TYPE:String=Release . make