summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2017-05-31 12:02:35 -0400
committerFranklin Wei <me@fwei.tk>2017-05-31 12:02:35 -0400
commit80636acc8c4ed926ddc97a70ed91cc4ad6012cb4 (patch)
tree6c719e0c423983a4c6376b65d52d7703479e21e2 /Makefile
parentce674dc4200d5ac6bf32790fe7b53d6e548ad65c (diff)
downloadxenonchess-master.zip
xenonchess-master.tar.gz
xenonchess-master.tar.bz2
xenonchess-master.tar.xz
testing qsearchHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 053890b..8570b99 100644
--- a/Makefile
+++ b/Makefile
@@ -30,10 +30,10 @@ $(PROGRAM_NAME)-old: Makefile $(HEADERS) $(SRC)
$(CC) $(SRC) -o $@ $(CFLAGS) $(LIBS)
test: all
- $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess -engine proto=uci dir=`pwd` cmd=./xenonchess-old name=xenon-old -each tc=1+.01 -rounds 200 -ratinginterval 1
+ $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess -engine proto=uci dir=`pwd` cmd=./xenonchess-old name=xenon-old -each tc=1+.01 -rounds 1000 -ratinginterval 1
test-tscp: $(PROGRAM_NAME)
- $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess -engine proto=xboard dir=/ cmd=$(TSCP) name=tscp -each tc=1+.01 -rounds 1000
+ $(CUTECHESS) -engine name=xenon-new proto=uci dir=`pwd` cmd=./xenonchess tc=1+.01 -engine proto=xboard dir=/ cmd=$(TSCP) name=tscp tc=.2+.001 -rounds 1000 -ratinginterval 1
%.o: %.c Makefile $(HEADERS)
@echo "CC $<"