We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@testset
1 parent 03ceae5 commit 6ad493bCopy full SHA for 6ad493b
test/runtests.jl
@@ -1,9 +1,10 @@
1
using BlockArrays, LinearAlgebra, Test
2
3
-include("test_blockindices.jl")
4
-include("test_blockarrays.jl")
5
-include("test_blockviews.jl")
6
-include("test_blockrange.jl")
7
-include("test_blockarrayinterface.jl")
8
-
9
-include("test_blockbroadcast.jl")
+@testset "BlockArrays.jl" begin
+ include("test_blockindices.jl")
+ include("test_blockarrays.jl")
+ include("test_blockviews.jl")
+ include("test_blockrange.jl")
+ include("test_blockarrayinterface.jl")
+ include("test_blockbroadcast.jl")
10
+end
0 commit comments