mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-12 13:46:07 -04:00
Add more options on default commands for valgrind in build.sh
This commit is contained in:
parent
955ad030d0
commit
3ab4382b2f
5
build.sh
5
build.sh
@ -20,5 +20,6 @@ cmake --build .
|
|||||||
ctest --output-on-failure
|
ctest --output-on-failure
|
||||||
|
|
||||||
# And with Valgrind
|
# And with Valgrind
|
||||||
#valgrind --leak-check=full --error-exitcode=1 ./SQLiteCpp_example1
|
echo "Note: uncomment to run valgrind memcheck"
|
||||||
#valgrind --leak-check=full --error-exitcode=1 ./SQLiteCpp_tests
|
#valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 ./SQLiteCpp_example1
|
||||||
|
#valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 ./SQLiteCpp_tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user