Skip to content

Commit bf1cd58

Browse files
committed
refactor: tests
1 parent 7f3cb90 commit bf1cd58

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

tests/GraphBLAS-sharp.Tests/Backend/Matrix/SpGeMM/Expand.fs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,7 @@ let makeGeneralTest<'a when 'a: struct> zero isEqual opMul opAdd testFun (leftAr
220220
let 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

229225
let generalTests =
230226
[ createGeneralTest 0 (=) ArithmeticOperations.intAdd ArithmeticOperations.intMul Matrix.SpGeMM.expand

tests/GraphBLAS-sharp.Tests/Program.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,4 @@ let allTests =
113113

114114
[<EntryPoint>]
115115
let main argv =
116-
Host.IO.MtxReader.test
117-
|> runTestsWithCLIArgs [] argv
116+
allTests |> runTestsWithCLIArgs [] argv

0 commit comments

Comments
 (0)