File tree Expand file tree Collapse file tree
tests/GraphBLAS-sharp.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,3 +23,7 @@ indent_size = 2
2323[* .paket.references ]
2424trim_trailing_whitespace = true
2525indent_size = 2
26+
27+ [* .yml ]
28+ trim_trailing_whitespace = true
29+ indent_size = 2
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ namespace GraphBLAS.FSharp.Tests
33open Expecto
44
55module Main =
6+ [<Tests>]
7+ let allTests =
8+ testList " All Tests" [
9+
10+ ]
611
712 [<EntryPoint>]
8- let main argv = runTestsInAssembly defaultConfig argv
13+ let main argv =
14+ allTests
15+ |> runTestsWithCLIArgs [] argv
16+
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ module VxmTests =
7474 MaskCase = enum < MaskType> list.[ 2 ]
7575 })
7676
77- [<Tests>]
7877 let vxmTestsInStandardSemiring =
7978 let stdSemiring = Predefined.FloatSemiring.addMult
8079 ptestList " Float vector-matrix multiplication tests" (
You can’t perform that action at this time.
0 commit comments