Procházet zdrojové kódy

Filter out convolution.s from allTests.

master
peteraa před 6 roky
rodič
revize
ac79baec5a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/test/scala/Manifest.scala

+ 1
- 1
src/test/scala/Manifest.scala Zobrazit soubor

@@ -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))


Načítá se…
Zrušit
Uložit