summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2017-05-29 17:47:01 -0400
committerFranklin Wei <me@fwei.tk>2017-05-29 17:50:07 -0400
commitb4efaf40b985f3325680fe4fb72efcc74d5d8c7a (patch)
treee2c3957a9e4257cbd0580c0cc933a2a4db3cec23 /Makefile
parent175feded9001a2728e3b1334542ac68b79312957 (diff)
downloadxenonchess-b4efaf40b985f3325680fe4fb72efcc74d5d8c7a.zip
xenonchess-b4efaf40b985f3325680fe4fb72efcc74d5d8c7a.tar.gz
xenonchess-b4efaf40b985f3325680fe4fb72efcc74d5d8c7a.tar.bz2
xenonchess-b4efaf40b985f3325680fe4fb72efcc74d5d8c7a.tar.xz
time control, removes depth-based stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c5c6a5..053890b 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ $(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=inf -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 200 -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