Skip to content

Commit

Permalink
Rename test_memcheck to test_valgrind
Browse files Browse the repository at this point in the history
Valgrind is what it does. `memcheck` is how it's implemented.
  • Loading branch information
gilles-peskine-arm committed Jan 10, 2019
1 parent a49b00f commit e878987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e878987

Please sign in to comment.