Multi-threaded search testing with valgrind

Also check with valgrind the multi-threaded search.

On top of the fix for issue #1227 (PR #1235).

No functional change.
This commit is contained in:
Joost VandeVondele
2017-08-31 22:11:09 +02:00
committed by Marco Costalba
parent e385f194e9
commit 9d95d43c57
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@ script:
#
- export CXXFLAGS=-O1
- if [ -x "$(command -v valgrind )" ]; then make clean && make -j2 ARCH=x86-64 debug=yes optimize=no build > /dev/null && ../tests/instrumented.sh --valgrind; fi
- if [ -x "$(command -v valgrind )" ]; then ../tests/instrumented.sh --valgrind-thread; fi
#
# Sanitizer
#