Skip to content

Commit 0cf4287

Browse files
committed
Only set fork in Test for nd4j related projects
1 parent 1570ac2 commit 0cf4287

File tree

7 files changed

+12
-2
lines changed

7 files changed

+12
-2
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,3 @@ lazy val unidoc =
147147
organization in ThisBuild := "com.thoughtworks.deeplearning"
148148

149149
crossScalaVersions := Seq("2.11.11", "2.12.2")
150-
151-
fork in ThisBuild in Test := true

plugins-Builtins/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ libraryDependencies ++= {
1919
"org.nd4j" % "nd4j-native-platform" % "0.8.0" % Test)
2020
}
2121
}
22+
23+
fork in Test := true

plugins-INDArrayLayers/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ libraryDependencies ++= {
99
}
1010
}
1111

12+
fork in Test := true
13+
1214
libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.1" % Test

plugins-INDArrayLiterals/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ libraryDependencies ++= {
88
"org.nd4j" % "nd4j-native-platform" % "0.8.0" % Test)
99
}
1010
}
11+
12+
fork in Test := true

plugins-INDArrayTraining/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ libraryDependencies ++= {
88
"org.nd4j" % "nd4j-native-platform" % "0.8.0" % Test)
99
}
1010
}
11+
12+
fork in Test := true

plugins-INDArrayWeights/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ libraryDependencies ++= {
1717
}
1818
}
1919

20+
fork in Test := true
21+
2022
enablePlugins(Example)

plugins-RawINDArrayLayers/build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ libraryDependencies ++= {
88
"org.nd4j" % "nd4j-native-platform" % "0.8.0" % Test)
99
}
1010
}
11+
12+
fork in Test := true

0 commit comments

Comments
 (0)