From 8f02a3e270b16cf4dbaf0bb33316481b3d90a941 Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Thu, 8 Jun 2017 19:04:11 -0300 Subject: [PATCH] Muda os testes --- tests/runTests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/runTests.sh b/tests/runTests.sh index bf3fd84..039e32a 100755 --- a/tests/runTests.sh +++ b/tests/runTests.sh @@ -4,10 +4,10 @@ tempo_max=120000 #120s # tamanhos do tabuleiro -tams=(3 4 8 16 32) +tams=(3 4 8 16 32 64 100) # lista de cores -cores=(4 8 10 16) +cores=(2 3 4 6 8 10) #-- Cores do terminal RED='\033[0;31m' -- GitLab