From 7176bdef6e7babbb36124d4c3f9a94c8594a1ba9 Mon Sep 17 00:00:00 2001 From: melvinzhang Date: Mon, 27 Jul 2015 20:33:09 +0800 Subject: [PATCH] add rule to enqueue test games on tsp --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8aa1cfcab7..5e89df067c 100644 --- a/Makefile +++ b/Makefile @@ -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