summaryrefslogtreecommitdiff
path: root/src/graphyx/tests/EmptyTest.scala
blob: 0e3bd84d7838267a10e04aee5526e754f5f59b4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Graphyx
 * copyright (c) 2009 Jakob Odersky
 * made available under the MIT License
*/

package graphyx.tests

import sims.dynamics._
import sims.geometry._
object EmptyTest extends Test{
  override val title = "Empty Test"
  val world = new World
  def init = {}
}