Skip to content

Commit 149ffb6

Browse files
committed
add incidence matrix tests to runtests.jl
1 parent 1198d8e commit 149ffb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,9 @@ using Test
4242
TestInterface.runtests()
4343
end
4444

45+
@testset "IncidenceMatrix" begin
46+
include("incidence_matrix.jl")
47+
TestIncidenceMatrix.runtests()
48+
end
49+
4550
end

0 commit comments

Comments
 (0)