fix flatten test

This commit is contained in:
Mark Harrah 2011-05-29 19:17:31 -04:00
parent f7d2ff713b
commit 1ba5b7aaea
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ object Flat extends Build
)
def baseSettings = Seq(
scalaVersion := "2.8.1",
libraryDependencies += "org.scala-tools.testing" %% "scalacheck" % "1.8" % "test",
sourceFilter := "*.java" | "*.scala"
)

View File

@ -1,7 +1,7 @@
# This test verifies that sbt works after the source hierarchy has been flattened and merged
# so that resources and Java and Scala sources are side by side under src/
> test:test
> test
> test:run
# This part verifies that the package-src action works properly under a flattened/merged source hierarchy