diff options
| author | Franklin Wei <me@fwei.tk> | 2017-05-29 11:50:49 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2017-05-29 11:50:49 -0400 |
| commit | de60a8b422a058567bba22cc34f8fa12a25140bc (patch) | |
| tree | 43a8228964876c29444f3fb9304c5250ce6062b1 /Makefile | |
| parent | cf86db41b4d905f329ce90751dd5b2cae2250452 (diff) | |
| download | xenonchess-de60a8b422a058567bba22cc34f8fa12a25140bc.zip xenonchess-de60a8b422a058567bba22cc34f8fa12a25140bc.tar.gz xenonchess-de60a8b422a058567bba22cc34f8fa12a25140bc.tar.bz2 xenonchess-de60a8b422a058567bba22cc34f8fa12a25140bc.tar.xz | |
stuff
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |