Skip to content

Commit 116942a

Browse files
Add symbolic_indexing_interface_test.jl to runtests.jl
1 parent 90e878f commit 116942a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if GROUP == "Core" || GROUP == "All"
2323
@time @testset "Utils Tests" begin include("utils_test.jl") end
2424
@time @testset "Partitions Tests" begin include("partitions_test.jl") end
2525
@time @testset "VecOfArr Indexing Tests" begin include("basic_indexing.jl") end
26+
@time @testset "SymbolicIndexingInterface API test" begin include("symbolic_indexing_interface_test.jl") end
2627
@time @testset "VecOfArr Interface Tests" begin include("interface_tests.jl") end
2728
@time @testset "Table traits" begin include("tabletraits.jl") end
2829
@time @testset "StaticArrays Tests" begin include("copy_static_array_test.jl") end

0 commit comments

Comments
 (0)