Move all tests to /test

This commit is contained in:
Thibault Duplessis 2012-04-05 11:01:45 +02:00
parent 8a56b21b7b
commit 42ddd61387
13 changed files with 14 additions and 0 deletions

View file

@ -1,4 +1,5 @@
package lila
package test
import chess.{ Game, Board }
import model._

View file

@ -1,4 +1,5 @@
package lila
package test
import memo._
import chess.{ White, Black }

View file

@ -1,4 +1,5 @@
package lila
package test
import chess._
import model._

View file

@ -1,4 +1,5 @@
package lila
package test
import model._
import chess._

View file

@ -1,4 +1,5 @@
package lila
package test
import ai._

View file

@ -1,4 +1,5 @@
package lila
package test
import model._
import chess._

View file

@ -1,4 +1,5 @@
package lila
package test
import scala.util.Random

View file

@ -1,4 +1,5 @@
package lila
package test
import model._
import chess._

View file

@ -1,4 +1,6 @@
package lila
package test
package test
import scalaz.{ Success, Failure }
import scalaz.effects._

View file

@ -1,4 +1,5 @@
package lila
package test
import memo._

View file

@ -1,4 +1,5 @@
package lila
package test
import model._
import chess._

View file

@ -1,4 +1,5 @@
package lila
package test
import ai._

View file

@ -1,4 +1,5 @@
package lila
package test
import org.specs2.mutable.Specification
import ornicar.scalalib.test._