mirror of https://github.com/sbt/sbt.git
fix flatten test
This commit is contained in:
parent
f7d2ff713b
commit
1ba5b7aaea
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue