Skip to content
Snippets Groups Projects
Commit 794e4db5 authored by Eric Cano's avatar Eric Cano
Browse files

Removed the verbose options from valgrind run.

parent e5ff812c
Branches
Tags
No related merge requests found
......@@ -417,7 +417,7 @@ add_custom_target(test test/castorUnitTests
COMMAND valgrind --leak-check=full --show-reachable=yes --error-exitcode=1 test/castorUnitTests
COMMAND test/castorThreadedUnitTests
COMMAND valgrind --leak-check=full --show-reachable=yes --error-exitcode=1 test/castorThreadedUnitTests
COMMAND valgrind --tool=helgrind -v --demangle=no --error-exitcode=1 --suppressions=test/castorThreadedUnitTests.supp test/castorThreadedUnitTests
COMMAND valgrind --tool=helgrind --error-exitcode=1 --suppressions=test/castorThreadedUnitTests.supp test/castorThreadedUnitTests
COMMAND test/castorMultiprocessUnitTests
COMMAND valgrind --tool=helgrind --error-exitcode=1 test/castorMultiprocessUnitTests
DEPENDS test/castorUnitTests test/castorThreadedUnitTests test/castorMultiprocessUnitTests test/castorThreadedUnitTests.supp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment