summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2017-05-29 11:50:49 -0400
committerFranklin Wei <me@fwei.tk>2017-05-29 11:50:49 -0400
commitde60a8b422a058567bba22cc34f8fa12a25140bc (patch)
tree43a8228964876c29444f3fb9304c5250ce6062b1 /Makefile
parentcf86db41b4d905f329ce90751dd5b2cae2250452 (diff)
downloadxenonchess-de60a8b422a058567bba22cc34f8fa12a25140bc.zip
xenonchess-de60a8b422a058567bba22cc34f8fa12a25140bc.tar.gz
xenonchess-de60a8b422a058567bba22cc34f8fa12a25140bc.tar.bz2
xenonchess-de60a8b422a058567bba22cc34f8fa12a25140bc.tar.xz
stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7684608..5c5c6a5 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 1000
+ $(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
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