add test filter to the amqp project
This commit is contained in:
parent
bd8e677150
commit
489db0074f
1 changed files with 2 additions and 0 deletions
|
|
@ -440,6 +440,8 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
|||
val junit = Dependencies.junit
|
||||
val multiverse = Dependencies.multiverse
|
||||
val scalatest = Dependencies.scalatest
|
||||
|
||||
override def testOptions = createTestFilter( _.endsWith("Test") )
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue