# 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/

> update
[success]

> test
[success]

# This part verifies that the package-src action works properly under a flattened/merged source hierarchy

> package-project
[success]

$ delete src
[success]

> test
[failure]

> unpackage-project
[success]

> test
[success]
