We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdd46c commit 7bdaf88Copy full SHA for 7bdaf88
1 file changed
tests/GraphBLAS-sharp.Tests/Program.fs
@@ -43,7 +43,7 @@ let commonTests =
43
Common.ClArray.Map.tests
44
Common.ClArray.Map2.addTests
45
Common.ClArray.Map2.mulTests
46
- Common.ClArray.Choose.tests
+ Common.ClArray.Choose.allTests
47
Common.ClArray.ChunkBySize.allTests
48
Common.ClArray.Assign.tests
49
Common.ClArray.Concat.tests
@@ -62,7 +62,8 @@ let commonTests =
62
sortTests
63
reduceTests
64
scanTests
65
- Common.Scatter.tests ]
+ Common.Scatter.allTests
66
+ Common.Gather.allTests ]
67
|> testSequenced
68
69
let vectorTests =
0 commit comments