add rule to enqueue test games on tsp

master
melvinzhang 2015-07-27 20:33:09 +08:00
parent c6abcbba51
commit 7176bdef6e
1 changed files with 3 additions and 0 deletions

View File

@ -193,6 +193,9 @@ buildhive:
touch cards/standard_all.txt cards/modern_all.txt
make zips
test-self-play:
for i in `seq 1 10`; do tsp make games=100 ai1=MMABC ai2=MCTS flags=-ea `date +%N`.t; done
games ?= 10000
str1 ?= 1
str2 ?= 1