2016-01-12 13:45:18 +01:00
|
|
|
import akka._
|
|
|
|
|
|
|
|
|
|
AkkaBuild.defaultSettings
|
2016-01-18 18:16:30 +02:00
|
|
|
AkkaBuild.dontPublishSettings
|
2016-01-12 13:45:18 +01:00
|
|
|
Formatting.formatSettings
|
|
|
|
|
Dependencies.httpTests
|
2016-01-18 18:16:30 +02:00
|
|
|
|
|
|
|
|
// don't ignore Suites which is the default for the junit-interface
|
|
|
|
|
testOptions += Tests.Argument(TestFrameworks.JUnit, "--ignore-runners=")
|
|
|
|
|
|
|
|
|
|
scalacOptions in Compile += "-language:_"
|
|
|
|
|
mainClass in run in Test := Some("akka.http.javadsl.SimpleServerApp")
|