mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 02:47:45 +00:00
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:
committed by
Marco Costalba
parent
e385f194e9
commit
9d95d43c57
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user