summaryrefslogtreecommitdiff
path: root/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
blob: 0456f9f5e71ddd0764114fe05ba7249cb35156d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
import scala.tools.nsc.interactive.tests._

/** Simple test that shows how to use the InteractiveTest class. It uses the
 *  inherited runTest method that runs completion and typedAt tests on all
 *  sources found under src/
 */
object Test extends InteractiveTest {
  override val runRandomTests = false
}