File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -988,6 +988,7 @@ object Build {
988
988
++ (dir / " shared/src/test/require-jdk8/org/scalajs/testsuite/javalib/util" ** ((" Base64Test.scala" : FileFilter ) || " OptionalTest.scala" || " SplittableRandom.scala" || " ObjectsTestOnJDK8.scala" || " ComparatorTestOnJDK8.scala" )).get
989
989
++ (dir / " shared/src/test/scala/org/scalajs/testsuite/utils" ** " *.scala" ).get
990
990
++ (dir / " shared/src/test/scala/org/scalajs/testsuite/junit" ** ((" JUnitAnnotationsTest.scala" : FileFilter ) || " JUnitAssumptionsTest.scala" || " JUnitAssertionsTest.scala" )).get
991
+ ++ (dir / " shared/src/test/scala/org/scalajs/testsuite/niobuffer" ** ((" ByteBufferFactories.scala" : FileFilter ) || " BufferFactory.scala" || " BufferAdapter.scala" || " BaseBufferTest.scala" || " ShortBufferTest.scala" || " LongBufferTest.scala" || " IntBufferTest.scala" || " FloatBufferTest.scala" || " DoubleBufferTest.scala" || " CharBufferTest.scala" )).get
991
992
)
992
993
}
993
994
)
You can’t perform that action at this time.
0 commit comments