Filter out convolution.s from allTests.
This commit is contained in:
parent
9f68d17330
commit
ac79baec5a
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class SingleTest extends FlatSpec with Matchers {
|
||||||
|
|
||||||
class AllTests extends FlatSpec with Matchers {
|
class AllTests extends FlatSpec with Matchers {
|
||||||
it should "just werk" in {
|
it should "just werk" in {
|
||||||
val werks = getAllTestNames.map{testname =>
|
val werks = getAllTestNames.filterNot(_ == "convolution.s").map{testname =>
|
||||||
say(s"testing $testname")
|
say(s"testing $testname")
|
||||||
val opts = Manifest.allTestOptions(testname)
|
val opts = Manifest.allTestOptions(testname)
|
||||||
(testname, TestRunner.run(opts))
|
(testname, TestRunner.run(opts))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue