You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/03 08:16:33 UTC

[21/32] git commit: Add yarn/common/src/test dir in building script

Add yarn/common/src/test dir in building script


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/a47ebf72
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/a47ebf72
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/a47ebf72

Branch: refs/heads/master
Commit: a47ebf7228acb22f23293cc7197a14b88c1ea65a
Parents: ddc5054
Author: Raymond Liu <ra...@intel.com>
Authored: Thu Jan 2 10:12:06 2014 +0800
Committer: Raymond Liu <ra...@intel.com>
Committed: Fri Jan 3 12:14:38 2014 +0800

----------------------------------------------------------------------
 project/SparkBuild.scala | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/a47ebf72/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index d58f6aa..bc9c02d 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -324,7 +324,14 @@ object SparkBuild extends Build {
       Seq(
          base / "../common/src/main/scala"
       )
+    },
+
+    unmanagedSourceDirectories in Test <++= baseDirectory { base =>
+      Seq(
+         base / "../common/src/test/scala"
+      )
     }
+
   ) ++ extraYarnSettings
 
   def yarn20Settings = yarnCommonSettings ++ Seq(