Make ONE_PLY value independent again

And a Trevis CI test to catch future issues.

No functional change.
This commit is contained in:
erbsenzaehler
2019-01-27 09:20:38 +01:00
committed by Marco Costalba
parent fdd799bc16
commit 49a1fdd3fe
2 changed files with 10 additions and 5 deletions
+3
View File
@@ -55,6 +55,9 @@ script:
- make clean && make -j2 ARCH=x86-64 optimize=no debug=yes build && ../tests/signature.sh $benchref
- make clean && make -j2 ARCH=x86-32 optimize=no debug=yes build && ../tests/signature.sh $benchref
- make clean && make -j2 ARCH=x86-32 build && ../tests/signature.sh $benchref
# Verify bench number is ONE_PLY independent by doubling its value
- sed -i 's/.*\(ONE_PLY = [0-9]*\),.*/\1 * 2,/g' types.h
- make clean && make -j2 ARCH=x86-64 build && ../tests/signature.sh $benchref
#
# Check perft and reproducible search