Explorar el Código

Filter out convolution.s from allTests.

master
peteraa hace 6 años
padre
commit
ac79baec5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/test/scala/Manifest.scala

+ 1
- 1
src/test/scala/Manifest.scala Ver fichero

@@ -79,7 +79,7 @@ class SingleTest extends FlatSpec with Matchers {

class AllTests extends FlatSpec with Matchers {
it should "just werk" in {
val werks = getAllTestNames.map{testname =>
val werks = getAllTestNames.filterNot(_ == "convolution.s").map{testname =>
say(s"testing $testname")
val opts = Manifest.allTestOptions(testname)
(testname, TestRunner.run(opts))


Cargando…
Cancelar
Guardar