Skip to content

Commit

Permalink
give the tests project its own name so as to avoid jberkel/android-pl…
Browse files Browse the repository at this point in the history
  • Loading branch information
mlc committed Nov 29, 2011
1 parent e119aa8 commit 8a8e7d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/g8/project/build.scala
Expand Up @@ -31,6 +31,8 @@ object AndroidBuild extends Build {
lazy val tests = Project (
"tests",
file("tests"),
settings = General.settings ++ AndroidTest.androidSettings
settings = General.settings ++ AndroidTest.androidSettings ++ Seq (
name := "$name$Tests"
)
) dependsOn main
}

0 comments on commit 8a8e7d5

Please sign in to comment.