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 @@ -220,11 +220,7 @@ let makeGeneralTest<'a when 'a: struct> zero isEqual opMul opAdd testFun (leftAr
220220let createGeneralTest ( zero : 'a ) isEqual ( opAddQ , opAdd ) ( opMulQ , opMul ) testFun =
221221 testFun opAddQ opMulQ context Utils.defaultWorkGroupSize
222222 |> makeGeneralTest< 'a> zero isEqual opMul opAdd
223- |> testPropertyWithConfig
224- { config with
225- endSize = 1000
226- maxTest = 2 }
227- $" test on %A {typeof<'a>}"
223+ |> testPropertyWithConfig config $" test on %A {typeof<'a>}"
228224
229225let generalTests =
230226 [ createGeneralTest 0 (=) ArithmeticOperations.intAdd ArithmeticOperations.intMul Matrix.SpGeMM.expand
Original file line number Diff line number Diff line change @@ -113,5 +113,4 @@ let allTests =
113113
114114[<EntryPoint>]
115115let main argv =
116- Host.IO.MtxReader.test
117- |> runTestsWithCLIArgs [] argv
116+ allTests |> runTestsWithCLIArgs [] argv
You can’t perform that action at this time.
0 commit comments